Class: Aws::SSO::Types::GetRoleCredentialsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sso/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#role_credentialsTypes::RoleCredentials

The credentials for the role that is assigned to the user.



76
77
78
79
# File 'lib/aws-sdk-sso/types.rb', line 76

class GetRoleCredentialsResponse < Struct.new(
  :role_credentials)
  include Aws::Structure
end