Class: Aws::Types::DescribeStacksOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStacksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stacks ⇒ ::Array[Types::Stack]
Returns the value of attribute stacks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
653 654 655 |
# File 'sig/types.rbs', line 653 def next_token @next_token end |
#stacks ⇒ ::Array[Types::Stack]
Returns the value of attribute stacks.
652 653 654 |
# File 'sig/types.rbs', line 652 def stacks @stacks end |