Class: Aws::SSO::Types::GetRoleCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::GetRoleCredentialsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
Method Summary
Methods included from Aws::Structure
#empty?, included, #initialize, #key?, new, #to_h, #to_s
Instance Attribute Details
#role_credentials ⇒ Types::RoleCredentials
The credentials for the role that is assigned to the user.
71 72 73 74 75 |
# File 'lib/aws-sdk-sso/types.rb', line 71 class GetRoleCredentialsResponse < Struct.new( :role_credentials) SENSITIVE = [] include Aws::Structure end |