Class: Aws::Greengrass::Types::StopBulkDeploymentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::StopBulkDeploymentRequest
 
 
- 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
      4335 4336 4337 4338 4339  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4335 class StopBulkDeploymentRequest < Struct.new( :bulk_deployment_id) SENSITIVE = [] include Aws::Structure end  |