Class: Aws::Types::ListLongTermPricingResult
- Inherits:
-
Object
- Object
- Aws::Types::ListLongTermPricingResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#long_term_pricing_entries ⇒ ::Array[Types::LongTermPricingListEntry]
Returns the value of attribute long_term_pricing_entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#long_term_pricing_entries ⇒ ::Array[Types::LongTermPricingListEntry]
Returns the value of attribute long_term_pricing_entries.
471 472 473 |
# File 'sig/types.rbs', line 471 def long_term_pricing_entries @long_term_pricing_entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
472 473 474 |
# File 'sig/types.rbs', line 472 def next_token @next_token end |