Class: Aws::IAM::Types::UpdateRoleDescriptionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IAM::Types::UpdateRoleDescriptionResponse
 
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #role  ⇒ Types::Role 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure that contains details about the modified role. 
Instance Attribute Details
#role ⇒ Types::Role
A structure that contains details about the modified role.
| 11910 11911 11912 11913 11914 | # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11910 class UpdateRoleDescriptionResponse < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |