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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/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:



1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1923

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)


1923
1924
1925
1926
1927
1928
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1923

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