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:



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_tokenString

Pagination token, null or empty if no more results.

Returns:

  • (String)


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_idString

The unique identifier of the Hook invocation target.

Returns:

  • (String)


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_typeString

The target type.

Returns:

  • (String)


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