Class: Aws::Route53Domains::Types::ListDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ListDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The ListDomains response includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domains ⇒ Array<Types::DomainSummary>
A list of domains.
-
#next_page_marker ⇒ String
If there are more domains than you specified for ‘MaxItems` in the request, submit another request and include the value of `NextPageMarker` in the value of `Marker`.
Instance Attribute Details
#domains ⇒ Array<Types::DomainSummary>
A list of domains.
1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1913 class ListDomainsResponse < Struct.new( :domains, :next_page_marker) SENSITIVE = [] include Aws::Structure end |
#next_page_marker ⇒ String
If there are more domains than you specified for ‘MaxItems` in the request, submit another request and include the value of `NextPageMarker` in the value of `Marker`.
1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1913 class ListDomainsResponse < Struct.new( :domains, :next_page_marker) SENSITIVE = [] include Aws::Structure end |