Class: Aws::Types::ListStacksOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStacksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_summaries ⇒ ::Array[Types::StackSummary]
Returns the value of attribute stack_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def next_token @next_token end |
#stack_summaries ⇒ ::Array[Types::StackSummary]
Returns the value of attribute stack_summaries.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def stack_summaries @stack_summaries end |