Class: Aws::Types::ListPricesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPricesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
-
#prices ⇒ ::Array[Types::DomainPrice]
Returns the value of attribute prices.
Instance Attribute Details
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
359 360 361 |
# File 'sig/types.rbs', line 359 def next_page_marker @next_page_marker end |
#prices ⇒ ::Array[Types::DomainPrice]
Returns the value of attribute prices.
358 359 360 |
# File 'sig/types.rbs', line 358 def prices @prices end |