Class: Aws::Greengrass::Types::DisassociateRoleFromGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::DisassociateRoleFromGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#group_id ⇒ String
      1565 1566 1567 1568 1569  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1565 class DisassociateRoleFromGroupRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end  |