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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#account_idString

The identifier of the AWS account assigned to the user.

Returns:

  • (String)


281
282
283
284
285
286
# File '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 'lib/aws-sdk-sso/types.rb', line 281

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