Class: Aws::SSO::Types::AccountInfo

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

Overview

Provides information about your AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the AWS account that is assigned to the user.

Returns:

  • (String)


27
28
29
30
31
32
# File 'lib/aws-sdk-sso/types.rb', line 27

class AccountInfo < Struct.new(
  :account_id,
  :account_name,
  :email_address)
  include Aws::Structure
end

#account_nameString

The display name of the AWS account that is assigned to the user.

Returns:

  • (String)


27
28
29
30
31
32
# File 'lib/aws-sdk-sso/types.rb', line 27

class AccountInfo < Struct.new(
  :account_id,
  :account_name,
  :email_address)
  include Aws::Structure
end

#email_addressString

The email address of the AWS account that is assigned to the user.

Returns:

  • (String)


27
28
29
30
31
32
# File 'lib/aws-sdk-sso/types.rb', line 27

class AccountInfo < Struct.new(
  :account_id,
  :account_name,
  :email_address)
  include Aws::Structure
end