Class: Aws::Types::ListPriceListsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def currency_code
  @currency_code
end

#effective_date::Time

Returns the value of attribute effective_date.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def effective_date
  @effective_date
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


110
111
112
# File 'sig/types.rbs', line 110

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def next_token
  @next_token
end

#region_code::String

Returns the value of attribute region_code.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def region_code
  @region_code
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def service_code
  @service_code
end