Class: Aws::Route53::Types::ListResourceRecordSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contains list information for the resource record set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

Returns:

  • (Boolean)


5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of records you requested.

Returns:

  • (Integer)


5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#next_record_identifierString

Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

Returns:

  • (String)


5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#next_record_nameString

If the results were truncated, the name of the next record in the list.

This element is present only if IsTruncated is true.

Returns:

  • (String)


5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#next_record_typeString

If the results were truncated, the type of the next record in the list.

This element is present only if IsTruncated is true.

Returns:

  • (String)


5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#resource_record_setsArray<Types::ResourceRecordSet>

Information about multiple resource record sets.

Returns:



5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5271

class ListResourceRecordSetsResponse < Struct.new(
  :resource_record_sets,
  :is_truncated,
  :next_record_name,
  :next_record_type,
  :next_record_identifier,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end