Class: Aws::Types::ListPriceListsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPriceListsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#price_lists ⇒ ::Array[Types::PriceList]
Returns the value of attribute price_lists.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
116 117 118 |
# File 'sig/types.rbs', line 116 def next_token @next_token end |
#price_lists ⇒ ::Array[Types::PriceList]
Returns the value of attribute price_lists.
115 116 117 |
# File 'sig/types.rbs', line 115 def price_lists @price_lists end |