BatchGetDeploymentGroupsOutput
public struct BatchGetDeploymentGroupsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the deployment groups.
Declaration
Swift
public let deploymentGroupsInfo: [DeploymentGroupInfo]?
-
Information about errors that might have occurred during the API call.
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public init(deploymentGroupsInfo: [DeploymentGroupInfo]? = nil, errorMessage: String? = nil)