ListDeploymentConfigsOutput
public struct ListDeploymentConfigsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
Declaration
Swift
public let deploymentConfigsList: [String]?
-
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(deploymentConfigsList: [String]? = nil, nextToken: String? = nil)