Class: Aws::Types::ListPricesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPricesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#tld ⇒ ::String
Returns the value of attribute tld.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
352 353 354 |
# File 'sig/types.rbs', line 352 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
353 354 355 |
# File 'sig/types.rbs', line 353 def max_items @max_items end |
#tld ⇒ ::String
Returns the value of attribute tld.
351 352 353 |
# File 'sig/types.rbs', line 351 def tld @tld end |