Module: Aws::CloudFormation::Client::_DescribeChangeSetHooksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChangeSetHooksOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_set_id ⇒ ::String
- #change_set_name ⇒ ::String
- #hooks ⇒ ::Array[Types::ChangeSetHook]
- #next_token ⇒ ::String
- #stack_id ⇒ ::String
- #stack_name ⇒ ::String
- #status ⇒ "PLANNING", ...
Instance Method Details
#change_set_id ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def change_set_id: () -> ::String
|
#change_set_name ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def change_set_name: () -> ::String
|
#hooks ⇒ ::Array[Types::ChangeSetHook]
531 |
# File 'sig/client.rbs', line 531
def hooks: () -> ::Array[Types::ChangeSetHook]
|
#next_token ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def next_token: () -> ::String
|
#stack_id ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def stack_id: () -> ::String
|
#stack_name ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def stack_name: () -> ::String
|
#status ⇒ "PLANNING", ...
532 |
# File 'sig/client.rbs', line 532
def status: () -> ("PLANNING" | "PLANNED" | "UNAVAILABLE")
|