Class: Aws::BillingConductor::Types::UpdateTieringInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

The set of tiering configurations for the pricing rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#free_tierTypes::UpdateFreeTierConfig

The possible Amazon Web Services Free Tier configurations.



3117
3118
3119
3120
3121
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3117

class UpdateTieringInput < Struct.new(
  :free_tier)
  SENSITIVE = []
  include Aws::Structure
end