Class: Aws::Route53Domains::Types::ListDomainsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domainsArray<Types::DomainSummary>

A list of domains.

Returns:



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_markerString

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`.

Returns:

  • (String)


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