Class: Aws::Greengrass::Types::GetAssociatedRoleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetAssociatedRoleRequest
 
 
- 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
      1890 1891 1892 1893 1894  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1890 class GetAssociatedRoleRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end  |