Class: Aws::Types::DescribeChangeSetHooksOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChangeSetHooksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#hooks ⇒ ::Array[Types::ChangeSetHook]
Returns the value of attribute hooks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#status ⇒ "PLANNING", ...
Returns the value of attribute status.
Instance Attribute Details
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def change_set_id @change_set_id end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def change_set_name @change_set_name end |
#hooks ⇒ ::Array[Types::ChangeSetHook]
Returns the value of attribute hooks.
407 408 409 |
# File 'sig/types.rbs', line 407 def hooks @hooks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
409 410 411 |
# File 'sig/types.rbs', line 409 def next_token @next_token end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
410 411 412 |
# File 'sig/types.rbs', line 410 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
411 412 413 |
# File 'sig/types.rbs', line 411 def stack_name @stack_name end |
#status ⇒ "PLANNING", ...
Returns the value of attribute status.
408 409 410 |
# File 'sig/types.rbs', line 408 def status @status end |