DescribeDeploymentsRequest

public struct DescribeDeploymentsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.

    Declaration

    Swift

    public let appId: String?
  • An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.

    Declaration

    Swift

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

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(appId: String? = nil, deploymentIds: [String]? = nil, stackId: String? = nil)