Deployment
public struct Deployment : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The time, in milliseconds since the epoch, when the deployment was created.
Declaration
Swift
public let createdAt: String? - 
                  
                  
The ARN of the deployment.
Declaration
Swift
public let deploymentArn: String? - 
                  
                  
The ID of the deployment.
Declaration
Swift
public let deploymentId: String? - 
                  
                  
The type of the deployment.
Declaration
Swift
public let deploymentType: DeploymentType? - 
                  
                  
The ARN of the group for this deployment.
Declaration
Swift
public let groupArn: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(createdAt: String? = nil, deploymentArn: String? = nil, deploymentId: String? = nil, deploymentType: DeploymentType? = nil, groupArn: String? = nil) 
View on GitHub
        Deployment Structure Reference