Module: Aws::CloudFormation::Client::_ListStacksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListStacksOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
1237 |
# File 'sig/client.rbs', line 1237
def next_token: () -> ::String
|
#stack_summaries ⇒ ::Array[Types::StackSummary]
1236 |
# File 'sig/client.rbs', line 1236
def stack_summaries: () -> ::Array[Types::StackSummary]
|