Class: Aws::BillingConductor::Types::Tiering

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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::FreeTierConfig

The possible Amazon Web Services Free Tier configurations.



2487
2488
2489
2490
2491
# File 'lib/aws-sdk-billingconductor/types.rb', line 2487

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