Class: Aws::IAM::Types::UpdateRoleDescriptionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IAM::Types::UpdateRoleDescriptionRequest
 
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The new description that you want to apply to the specified role. 
- 
  
    
      #role_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the role that you want to modify. 
Instance Attribute Details
#description ⇒ String
The new description that you want to apply to the specified role.
| 11897 11898 11899 11900 11901 11902 | # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11897 class UpdateRoleDescriptionRequest < Struct.new( :role_name, :description) SENSITIVE = [] include Aws::Structure end | 
#role_name ⇒ String
The name of the role that you want to modify.
| 11897 11898 11899 11900 11901 11902 | # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11897 class UpdateRoleDescriptionRequest < Struct.new( :role_name, :description) SENSITIVE = [] include Aws::Structure end |