Class: Aws::Types::ListPricesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_marker::String

Returns the value of attribute next_page_marker.

Returns:



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.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def prices
  @prices
end