You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53::Types::ListReusableDelegationSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListReusableDelegationSetsResponse
- Defined in:
- (unknown)
Overview
A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
Returned by:
Instance Attribute Summary collapse
-
#delegation_sets ⇒ Array<Types::DelegationSet>
A complex type that contains one
DelegationSetelement for each reusable delegation set that was created by the current AWS 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,Markeris the value that you specified for themarkerparameter in the request that produced the current response. -
#max_items ⇒ Integer
The value that you specified for the
maxitemsparameter in the call toListReusableDelegationSetsthat produced the current response. -
#next_marker ⇒ String
If
IsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.
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 AWS 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 the marker parameter in
the request that produced the current response.
#max_items ⇒ Integer
The value that you specified for the maxitems parameter in the call to
ListReusableDelegationSets that produced the current response.
#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.