Class: Aws::Greengrass::Types::ResetDeploymentsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::ResetDeploymentsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a group reset request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #amzn_client_token ⇒ String
 - 
  
    
      #force  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, performs a best-effort only core reset.
 - #group_id ⇒ String
 
Instance Attribute Details
#amzn_client_token ⇒ String
      4015 4016 4017 4018 4019 4020 4021  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4015 class ResetDeploymentsRequest < Struct.new( :amzn_client_token, :force, :group_id) SENSITIVE = [] include Aws::Structure end  | 
  
#force ⇒ Boolean
If true, performs a best-effort only core reset.
      4015 4016 4017 4018 4019 4020 4021  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4015 class ResetDeploymentsRequest < Struct.new( :amzn_client_token, :force, :group_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_id ⇒ String
      4015 4016 4017 4018 4019 4020 4021  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4015 class ResetDeploymentsRequest < Struct.new( :amzn_client_token, :force, :group_id) SENSITIVE = [] include Aws::Structure end  |