Class: Aws::BillingConductor::Types::ComputationPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ComputationPreference
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
Instance Attribute Details
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
485 486 487 488 489 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 485 class ComputationPreference < Struct.new( :pricing_plan_arn) SENSITIVE = [] include Aws::Structure end |