Class: Aws::SSO::Types::GetRoleCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::GetRoleCredentialsResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sso/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_credentials ⇒ Types::RoleCredentials
The credentials for the role that is assigned to the user.
Instance Attribute Details
#role_credentials ⇒ Types::RoleCredentials
The credentials for the role that is assigned to the user.
71 72 73 74 75 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 71 class GetRoleCredentialsResponse < Struct.new( :role_credentials) SENSITIVE = [] include Aws::Structure end |