Class: Aws::Greengrass::Types::CreateGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::CreateGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #amzn_client_token ⇒ String
 - 
  
    
      #initial_version  ⇒ Types::GroupVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a group version.
 - #name ⇒ String
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key-value pair for the resource tag.
 
Instance Attribute Details
#amzn_client_token ⇒ String
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 822 class CreateGroupRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#initial_version ⇒ Types::GroupVersion
Information about a group version.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 822 class CreateGroupRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 822 class CreateGroupRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
      822 823 824 825 826 827 828 829  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 822 class CreateGroupRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end  |