Class: Aws::Types::ListReusableDelegationSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReusableDelegationSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_sets ⇒ ::Array[Types::DelegationSet]
Returns the value of attribute delegation_sets.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#delegation_sets ⇒ ::Array[Types::DelegationSet]
Returns the value of attribute delegation_sets.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def delegation_sets @delegation_sets end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def next_marker @next_marker end |