Class: Aws::BillingConductor::Types::ComputationPreference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pricing_plan_arnString

The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.

Returns:

  • (String)


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