Class: Aws::BillingConductor::Types::AccountAssociationsListElement

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

Overview

A representation of a linked account.

Constant Summary collapse

SENSITIVE =
[:account_name, :account_email]

Instance Attribute Summary collapse

Instance Attribute Details

#account_emailString

The Amazon Web Services account email.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 46

class AccountAssociationsListElement < Struct.new(
  :account_id,
  :billing_group_arn,
  :account_name,
  :account_email)
  SENSITIVE = [:account_name, :account_email]
  include Aws::Structure
end

#account_idString

The associating array of account IDs.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 46

class AccountAssociationsListElement < Struct.new(
  :account_id,
  :billing_group_arn,
  :account_name,
  :account_email)
  SENSITIVE = [:account_name, :account_email]
  include Aws::Structure
end

#account_nameString

The Amazon Web Services account name.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 46

class AccountAssociationsListElement < Struct.new(
  :account_id,
  :billing_group_arn,
  :account_name,
  :account_email)
  SENSITIVE = [:account_name, :account_email]
  include Aws::Structure
end

#billing_group_arnString

The Billing Group Arn that the linked account is associated to.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 46

class AccountAssociationsListElement < Struct.new(
  :account_id,
  :billing_group_arn,
  :account_name,
  :account_email)
  SENSITIVE = [:account_name, :account_email]
  include Aws::Structure
end