Class: Aws::SSO::Types::RoleInfo

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

Overview

Provides information about the role that is assigned to the user.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the AWS account assigned to the user.

Returns:

  • (String)


303
304
305
306
307
# File 'lib/aws-sdk-sso/types.rb', line 303

class RoleInfo < Struct.new(
  :role_name,
  :account_id)
  include Aws::Structure
end

#role_nameString

The friendly name of the role that is assigned to the user.

Returns:

  • (String)


303
304
305
306
307
# File 'lib/aws-sdk-sso/types.rb', line 303

class RoleInfo < Struct.new(
  :role_name,
  :account_id)
  include Aws::Structure
end