Class: Aws::Greengrass::Types::BulkDeployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::BulkDeployment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bulk_deployment_arn ⇒ String
The ARN of the bulk deployment.
-
#bulk_deployment_id ⇒ String
The ID of the bulk deployment.
-
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
Instance Attribute Details
#bulk_deployment_arn ⇒ String
The ARN of the bulk deployment.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-greengrass/types.rb', line 103 class BulkDeployment < Struct.new( :bulk_deployment_arn, :bulk_deployment_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#bulk_deployment_id ⇒ String
The ID of the bulk deployment.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-greengrass/types.rb', line 103 class BulkDeployment < Struct.new( :bulk_deployment_arn, :bulk_deployment_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-greengrass/types.rb', line 103 class BulkDeployment < Struct.new( :bulk_deployment_arn, :bulk_deployment_id, :created_at) SENSITIVE = [] include Aws::Structure end |