Class: Aws::Types::CreateTieringInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_tiers ⇒ ::Array[Types::CustomTier]

Returns the value of attribute custom_tiers.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def custom_tiers
  @custom_tiers
end

#free_tier ⇒ Types::CreateFreeTierConfig

Returns the value of attribute free_tier.



235
236
237
# File 'sig/types.rbs', line 235

def free_tier
  @free_tier
end