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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sso/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the AWS account assigned to the user.

Returns:

  • (String)


281
282
283
284
285
286
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 281

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

#role_nameString

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

Returns:

  • (String)


281
282
283
284
285
286
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 281

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