Class: Aws::IAM::Types::GetRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetRoleResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetRole request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ Types::Role
A structure containing details about the IAM role.
Instance Attribute Details
#role ⇒ Types::Role
A structure containing details about the IAM role.
3970 3971 3972 3973 3974 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3970 class GetRoleResponse < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |