Class: Aws::CloudFormation::Types::ListHookResultsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hook_resultsArray<Types::HookResultSummary>

A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.

Returns:



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_tokenString

Pagination token, null or empty if no more results.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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_typeString

The type of operation being targeted by the Hook.

Returns:

  • (String)


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