Class: Aws::Types::ListStackSetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackSetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summaries ⇒ ::Array[Types::StackSetSummary]
Returns the value of attribute summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def next_token @next_token end |
#summaries ⇒ ::Array[Types::StackSetSummary]
Returns the value of attribute summaries.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def summaries @summaries end |