Module: Aws::CloudFormation::Client::_ListHookResultsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHookResultsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hook_results ⇒ ::Array[Types::HookResultSummary]
- #next_token ⇒ ::String
- #target_id ⇒ ::String
- #target_type ⇒ "CHANGE_SET", ...
Instance Method Details
#hook_results ⇒ ::Array[Types::HookResultSummary]
1019 |
# File 'sig/client.rbs', line 1019
def hook_results: () -> ::Array[Types::HookResultSummary]
|
#next_token ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def next_token: () -> ::String
|
#target_id ⇒ ::String
1018 |
# File 'sig/client.rbs', line 1018
def target_id: () -> ::String
|
#target_type ⇒ "CHANGE_SET", ...
1017 |
# File 'sig/client.rbs', line 1017
def target_type: () -> ("CHANGE_SET" | "STACK" | "RESOURCE" | "CLOUD_CONTROL")
|