Class: Aws::Types::ListPriceListsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def price_lists
  @price_lists
end