Class: Aws::Types::ListPriceListsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPriceListsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#region_code ⇒ ::String
Returns the value of attribute region_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
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.
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.
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.
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.
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.
105 106 107 |
# File 'sig/types.rbs', line 105 def service_code @service_code end |