Class: Aws::BillingConductor::Types::UpdateBillingGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdateBillingGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
Specifies if the billing group has automatic account association (‘AutoAssociate`) enabled.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group being updated.
-
#computation_preference ⇒ Types::ComputationPreference
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
-
#description ⇒ String
A description of the billing group.
-
#name ⇒ String
The name of the billing group.
-
#status ⇒ String
The status of the billing group.
Instance Attribute Details
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
Specifies if the billing group has automatic account association (‘AutoAssociate`) enabled.
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File '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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group being updated.
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File '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_preference ⇒ Types::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 '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 |
#description ⇒ String
A description of the billing group.
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File '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 |
#name ⇒ String
The name of the billing group. The names must be unique to each billing group.
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File '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 |
#status ⇒ String
The status of the billing group. Only one of the valid values can be used.
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File '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 |