You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::BulkDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::BulkDeploymentResult
- Defined in:
- (unknown)
Overview
Information about an individual group deployment in a bulk deployment operation.
Instance Attribute Summary collapse
-
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
-
#deployment_arn ⇒ String
The ARN of the group deployment.
-
#deployment_id ⇒ String
The ID of the group deployment.
-
#deployment_status ⇒ String
The current status of the group deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.
-
#deployment_type ⇒ String
The type of the deployment.
-
#error_details ⇒ Array<Types::ErrorDetail>
Details about the error.
-
#error_message ⇒ String
The error message for a failed deployment.
-
#group_arn ⇒ String
The ARN of the Greengrass group.
Instance Attribute Details
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
#deployment_arn ⇒ String
The ARN of the group deployment.
#deployment_id ⇒ String
The ID of the group deployment.
#deployment_status ⇒ String
The current status of the group deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.
#deployment_type ⇒ String
The type of the deployment.
Possible values:
- NewDeployment
- Redeployment
- ResetDeployment
- ForceResetDeployment
#error_details ⇒ Array<Types::ErrorDetail>
Details about the error.
#error_message ⇒ String
The error message for a failed deployment
#group_arn ⇒ String
The ARN of the Greengrass group.