Class: Aws::CloudFormation::Types::ListHookResultsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListHookResultsOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hook_results ⇒ Array<Types::HookResultSummary>
A list of
HookResultSummary
structures that provides the status and Hook status reason for each Hook invocation for the specified target. -
#next_token ⇒ String
Pagination token,
null
or empty if no more results. -
#target_id ⇒ String
The logical ID of the target the operation is acting on by the Hook.
-
#target_type ⇒ String
The type of operation being targeted by the Hook.
Instance Attribute Details
#hook_results ⇒ Array<Types::HookResultSummary>
A list of HookResultSummary
structures that provides the status
and Hook status reason for each Hook invocation for the specified
target.
4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4924 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token, null
or empty if no more results.
4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4924 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The logical ID of the target the operation is acting on by the Hook. If the target is a change set, it's the ARN of the change set.
If the target is a Cloud Control API operation, this will be the
HooksRequestToken
returned by the Cloud Control API operation
request. For more information on the HooksRequestToken
, see
ProgressEvent.
4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4924 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The type of operation being targeted by the Hook.
4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4924 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |