StartBulkDeploymentResponse
public struct StartBulkDeploymentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the bulk deployment.
Declaration
Swift
public let bulkDeploymentArn: String?
-
The ID of the bulk deployment.
Declaration
Swift
public let bulkDeploymentId: String?
-
Undocumented
Declaration
Swift
public init(bulkDeploymentArn: String? = nil, bulkDeploymentId: String? = nil)