Class: Aws::BillingConductor::Types::CreateBillingGroupInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#account_groupingTypes::AccountGrouping

The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.



558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#client_tokenString

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#computation_preferenceTypes::ComputationPreference

The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.



558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the billing group.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The billing group name. The names must be unique.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#primary_account_idString

The account ID that serves as the main account in a billing group.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to a billing group. This feature isn't available during the beta.

Returns:

  • (Hash<String,String>)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 558

class CreateBillingGroupInput < Struct.new(
  :client_token,
  :name,
  :account_grouping,
  :computation_preference,
  :primary_account_id,
  :description,
  :tags)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end