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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2618 class UpdateBillingGroupInput < Struct.new( :arn, :name, :status, :computation_preference, :description, :account_grouping) SENSITIVE = [:name, :description] include Aws::Structure end |