Class: Aws::Route53Domains::Types::ListPricesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ListPricesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_marker ⇒ String
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`.
-
#prices ⇒ Array<Types::DomainPrice>
A complex type that includes all the pricing information.
Instance Attribute Details
#next_page_marker ⇒ String
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`.
2059 2060 2061 2062 2063 2064 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2059 class ListPricesResponse < Struct.new( :prices, :next_page_marker) SENSITIVE = [] include Aws::Structure end |
#prices ⇒ Array<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.
2059 2060 2061 2062 2063 2064 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2059 class ListPricesResponse < Struct.new( :prices, :next_page_marker) SENSITIVE = [] include Aws::Structure end |