Class: Aws::Greengrass::Types::AssociateRoleToGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::AssociateRoleToGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #group_id ⇒ String
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the role you wish to associate with this group.
 
Instance Attribute Details
#group_id ⇒ String
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 23 class AssociateRoleToGroupRequest < Struct.new( :group_id, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The ARN of the role you wish to associate with this group. The existence of the role is not validated.
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 23 class AssociateRoleToGroupRequest < Struct.new( :group_id, :role_arn) SENSITIVE = [] include Aws::Structure end  |