Class: Aws::Types::DescribeChangeSetInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChangeSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#include_property_values ⇒ Boolean
Returns the value of attribute include_property_values.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def change_set_name @change_set_name end |
#include_property_values ⇒ Boolean
Returns the value of attribute include_property_values.
419 420 421 |
# File 'sig/types.rbs', line 419 def include_property_values @include_property_values end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
418 419 420 |
# File 'sig/types.rbs', line 418 def next_token @next_token end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
417 418 419 |
# File 'sig/types.rbs', line 417 def stack_name @stack_name end |