BulkDeploymentResult
public struct BulkDeploymentResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time, in ISO format, when the deployment was created.
Declaration
Swift
public let createdAt: String? -
The ARN of the group deployment.
Declaration
Swift
public let deploymentArn: String? -
The ID of the group deployment.
Declaration
Swift
public let deploymentId: String? -
The current status of the group deployment: “InProgress”, “Building”, “Success”, or “Failure”.
Declaration
Swift
public let deploymentStatus: String? -
The type of the deployment.
Declaration
Swift
public let deploymentType: DeploymentType? -
Details about the error.
Declaration
Swift
public let errorDetails: [ErrorDetail]? -
The error message for a failed deployment
Declaration
Swift
public let errorMessage: String? -
The ARN of the Greengrass group.
Declaration
Swift
public let groupArn: String? -
init(createdAt:deploymentArn:deploymentId:deploymentStatus:deploymentType:errorDetails:errorMessage:groupArn:)Undocumented
Declaration
Swift
public init(createdAt: String? = nil, deploymentArn: String? = nil, deploymentId: String? = nil, deploymentStatus: String? = nil, deploymentType: DeploymentType? = nil, errorDetails: [ErrorDetail]? = nil, errorMessage: String? = nil, groupArn: String? = nil)
View on GitHub
BulkDeploymentResult Structure Reference