Class: Aws::BillingConductor::Types::UpdateBillingGroupInput

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::UpdateBillingGroupAccountGrouping

Specifies if the billing group has automatic account association (AutoAssociate) enabled.



2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the billing group being updated.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  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.



2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

A description of the billing group.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the billing group. The names must be unique to each billing group.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#statusString

The status of the billing group. Only one of the valid values can be used.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2561

class UpdateBillingGroupInput < Struct.new(
  :arn,
  :name,
  :status,
  :computation_preference,
  :description,
  :account_grouping)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end