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

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::UpdateFreeTierConfig

The possible Amazon Web Services Free Tier configurations.

Returns:



3111
3112
3113
3114
3115
# File 'lib/aws-sdk-billingconductor/types.rb', line 3111

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