Class: Aws::Greengrass::Types::GetGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetGroupRequest
 
 
- 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
      2555 2556 2557 2558 2559  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2555 class GetGroupRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end  |