Class: Aws::Greengrass::Types::StartBulkDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::StartBulkDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
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.
Instance Attribute Details
#bulk_deployment_arn ⇒ String
The ARN of the bulk deployment.
4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4323 class StartBulkDeploymentResponse < Struct.new( :bulk_deployment_arn, :bulk_deployment_id) SENSITIVE = [] include Aws::Structure end |
#bulk_deployment_id ⇒ String
The ID of the bulk deployment.
4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4323 class StartBulkDeploymentResponse < Struct.new( :bulk_deployment_arn, :bulk_deployment_id) SENSITIVE = [] include Aws::Structure end |