You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::GetBulkDeploymentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetBulkDeploymentStatusResponse
- Defined in:
- (unknown)
Overview
Information about the status of a bulk deployment at the time of the request.
Returned by:
Instance Attribute Summary collapse
-
#bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
Relevant metrics on input records processed during bulk deployment.
-
#bulk_deployment_status ⇒ String
The status of the bulk deployment.
-
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
-
#error_details ⇒ Array<Types::ErrorDetail>
Error details.
-
#error_message ⇒ String
Error message.
-
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
Instance Attribute Details
#bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
Relevant metrics on input records processed during bulk deployment.
#bulk_deployment_status ⇒ String
The status of the bulk deployment.
Possible values:
- Initializing
- Running
- Completed
- Stopping
- Stopped
- Failed
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
#error_details ⇒ Array<Types::ErrorDetail>
Error details
#error_message ⇒ String
Error message
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.