BulkDeployment

public struct BulkDeployment : 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?
  • The time, in ISO format, when the deployment was created.

    Declaration

    Swift

    public let createdAt: String?
  • Undocumented

    Declaration

    Swift

    public init(bulkDeploymentArn: String? = nil, bulkDeploymentId: String? = nil, createdAt: String? = nil)