Class: Aws::Types::ListChangeSetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListChangeSetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
932 933 934 |
# File 'sig/types.rbs', line 932 def next_token @next_token end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
931 932 933 |
# File 'sig/types.rbs', line 931 def stack_name @stack_name end |