Class: Aws::IAM::Types::UpdateRoleDescriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UpdateRoleDescriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
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.
9701 9702 9703 9704 |
# File 'lib/aws-sdk-iam/types.rb', line 9701 class UpdateRoleDescriptionResponse < Struct.new( :role) include Aws::Structure end |