DescribeDeploymentsResult
public struct DescribeDeploymentsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Deployment objects that describe the deployments.
Declaration
Swift
public let deployments: [Deployment]?
-
Undocumented
Declaration
Swift
public init(deployments: [Deployment]? = nil)