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
HookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target. -
#next_token ⇒ String
Pagination token,
nullor empty if no more results. -
#target_id ⇒ String
The unique identifier of the Hook invocation target.
-
#target_type ⇒ String
The target type.
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.
5349 5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5349 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.
5349 5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5349 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the Hook invocation target.
5349 5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5349 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The target type.
5349 5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5349 class ListHookResultsOutput < Struct.new( :target_type, :target_id, :hook_results, :next_token) SENSITIVE = [] include Aws::Structure end |