Class: Aws::Greengrass::Types::GetBulkDeploymentStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetBulkDeploymentStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#bulk_deployment_id ⇒ String
1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1918 class GetBulkDeploymentStatusRequest < Struct.new( :bulk_deployment_id) SENSITIVE = [] include Aws::Structure end |