Class: Aws::CloudFormation::Types::GetHookResultInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hook_result_idString

The unique identifier (ID) of the Hook invocation result that you want details about. You can get the ID from the [ListHookResults] operation.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListHookResults.html

Returns:

  • (String)


4547
4548
4549
4550
4551
# File 'lib/aws-sdk-cloudformation/types.rb', line 4547

class GetHookResultInput < Struct.new(
  :hook_result_id)
  SENSITIVE = []
  include Aws::Structure
end