DescribeCommandsRequest

public struct DescribeCommandsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of command IDs. If you include this parameter, DescribeCommands returns a description of the specified commands. Otherwise, it returns a description of every command.

    Declaration

    Swift

    public let commandIds: [String]?
  • The deployment ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified deployment.

    Declaration

    Swift

    public let deploymentId: String?
  • The instance ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified instance.

    Declaration

    Swift

    public let instanceId: String?
  • Undocumented

    Declaration

    Swift

    public init(commandIds: [String]? = nil, deploymentId: String? = nil, instanceId: String? = nil)