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.
8632 8633 8634 8635 |
# File 'lib/aws-sdk-iam/types.rb', line 8632 class UpdateRoleDescriptionResponse < Struct.new( :role) include Aws::Structure end |