Class: Aws::Route53Domains::Types::ListPricesRequest

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

#markerString

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

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

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2035

class ListPricesRequest < Struct.new(
  :tld,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

Number of Prices to be returned.

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

Returns:

  • (Integer)


2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2035

class ListPricesRequest < Struct.new(
  :tld,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#tldString

The TLD for which you want to receive the pricing information. For example. .net.

If a Tld value is not provided, a list of prices for all TLDs supported by RouteĀ 53 is returned.

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2035

class ListPricesRequest < Struct.new(
  :tld,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end