Class: Aws::Pricing::Types::ListPriceListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::ListPriceListsResponse
- Includes:
- Structure
- Defined in:
- lib/webhookdb/replicator/aws_pricing_v1.rb
Constant Summary collapse
- SENSITIVE =
[].freeze
Instance Attribute Summary collapse
-
#next_token ⇒ Object
Returns the value of attribute next_token.
-
#price_lists ⇒ Object
Returns the value of attribute price_lists.
Instance Attribute Details
#next_token ⇒ Object
Returns the value of attribute next_token
390 391 392 |
# File 'lib/webhookdb/replicator/aws_pricing_v1.rb', line 390 def next_token @next_token end |
#price_lists ⇒ Object
Returns the value of attribute price_lists
390 391 392 |
# File 'lib/webhookdb/replicator/aws_pricing_v1.rb', line 390 def price_lists @price_lists end |