Class: Aws::Types::PricingPlan
- Inherits:
-
Object
- Object
- Aws::Types::PricingPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discount_applies_to_minimum_charge ⇒ Boolean
Returns the value of attribute discount_applies_to_minimum_charge.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#minimum_charge ⇒ ::String
Returns the value of attribute minimum_charge.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#plan_discount_percent ⇒ ::String
Returns the value of attribute plan_discount_percent.
-
#pricing_plan_id ⇒ ::String
Returns the value of attribute pricing_plan_id.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#tiered ⇒ ::String
Returns the value of attribute tiered.
-
#tiers ⇒ ::Array[Types::PricingPlanTier]
Returns the value of attribute tiers.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
421 422 423 |
# File 'sig/types.rbs', line 421 def description @description end |
#discount_applies_to_minimum_charge ⇒ Boolean
Returns the value of attribute discount_applies_to_minimum_charge.
425 426 427 |
# File 'sig/types.rbs', line 425 def discount_applies_to_minimum_charge @discount_applies_to_minimum_charge end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
423 424 425 |
# File 'sig/types.rbs', line 423 def end_date @end_date end |
#minimum_charge ⇒ ::String
Returns the value of attribute minimum_charge.
426 427 428 |
# File 'sig/types.rbs', line 426 def minimum_charge @minimum_charge end |
#name ⇒ ::String
Returns the value of attribute name.
420 421 422 |
# File 'sig/types.rbs', line 420 def name @name end |
#plan_discount_percent ⇒ ::String
Returns the value of attribute plan_discount_percent.
424 425 426 |
# File 'sig/types.rbs', line 424 def plan_discount_percent @plan_discount_percent end |
#pricing_plan_id ⇒ ::String
Returns the value of attribute pricing_plan_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def pricing_plan_id @pricing_plan_id end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
422 423 424 |
# File 'sig/types.rbs', line 422 def start_date @start_date end |
#tiered ⇒ ::String
Returns the value of attribute tiered.
427 428 429 |
# File 'sig/types.rbs', line 427 def tiered @tiered end |
#tiers ⇒ ::Array[Types::PricingPlanTier]
Returns the value of attribute tiers.
428 429 430 |
# File 'sig/types.rbs', line 428 def tiers @tiers end |