Class: Aws::Route53::Types::ListReusableDelegationSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListReusableDelegationSetsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the reusable delegation sets that are associated with the current Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegation_sets ⇒ Array<Types::DelegationSet>
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current Amazon Web Services account. -
#is_truncated ⇒ Boolean
A flag that indicates whether there are more reusable delegation sets to be listed.
-
#marker ⇒ String
For the second and subsequent calls to
ListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response. -
#max_items ⇒ Integer
The value that you specified for the
maxitems
parameter in the call toListReusableDelegationSets
that produced the current response. -
#next_marker ⇒ String
If
IsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.
Instance Attribute Details
#delegation_sets ⇒ Array<Types::DelegationSet>
A complex type that contains one DelegationSet
element for each
reusable delegation set that was created by the current Amazon Web
Services account.
5350 5351 5352 5353 5354 5355 5356 5357 5358 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5350 class ListReusableDelegationSetsResponse < Struct.new( :delegation_sets, :marker, :is_truncated, :next_marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ Boolean
A flag that indicates whether there are more reusable delegation sets to be listed.
5350 5351 5352 5353 5354 5355 5356 5357 5358 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5350 class ListReusableDelegationSetsResponse < Struct.new( :delegation_sets, :marker, :is_truncated, :next_marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
For the second and subsequent calls to ListReusableDelegationSets
,
Marker
is the value that you specified for the marker
parameter
in the request that produced the current response.
5350 5351 5352 5353 5354 5355 5356 5357 5358 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5350 class ListReusableDelegationSetsResponse < Struct.new( :delegation_sets, :marker, :is_truncated, :next_marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The value that you specified for the maxitems
parameter in the
call to ListReusableDelegationSets
that produced the current
response.
5350 5351 5352 5353 5354 5355 5356 5357 5358 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5350 class ListReusableDelegationSetsResponse < Struct.new( :delegation_sets, :marker, :is_truncated, :next_marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If IsTruncated
is true
, the value of NextMarker
identifies the
next reusable delegation set that Amazon Route 53 will return if you
submit another ListReusableDelegationSets
request and specify the
value of NextMarker
in the marker
parameter.
5350 5351 5352 5353 5354 5355 5356 5357 5358 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5350 class ListReusableDelegationSetsResponse < Struct.new( :delegation_sets, :marker, :is_truncated, :next_marker, :max_items) SENSITIVE = [] include Aws::Structure end |