Class: Aws::Route53Domains::Types::ListPricesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_markerString

If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2050

class ListPricesResponse < Struct.new(
  :prices,
  :next_page_marker)
  SENSITIVE = []
  include Aws::Structure
end

#pricesArray<Types::DomainPrice>

A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.

Returns:



2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2050

class ListPricesResponse < Struct.new(
  :prices,
  :next_page_marker)
  SENSITIVE = []
  include Aws::Structure
end