Module: Aws::Route53::Client::_ListReusableDelegationSetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListReusableDelegationSetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #delegation_sets ⇒ ::Array[Types::DelegationSet]
- #is_truncated ⇒ Boolean
- #marker ⇒ ::String
- #max_items ⇒ ::Integer
- #next_marker ⇒ ::String
Instance Method Details
#delegation_sets ⇒ ::Array[Types::DelegationSet]
844 |
# File 'sig/client.rbs', line 844
def delegation_sets: () -> ::Array[Types::DelegationSet]
|
#is_truncated ⇒ Boolean
846 |
# File 'sig/client.rbs', line 846
def is_truncated: () -> bool
|
#marker ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def marker: () -> ::String
|
#max_items ⇒ ::Integer
848 |
# File 'sig/client.rbs', line 848
def max_items: () -> ::Integer
|
#next_marker ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def next_marker: () -> ::String
|