Class: Aws::CloudFormation::Types::HookTarget

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

Overview

The HookTarget data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that invoked the Hook.

Returns:

  • (String)


5021
5022
5023
5024
5025
5026
5027
5028
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5021

class HookTarget < Struct.new(
  :target_type,
  :target_type_name,
  :target_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The unique identifier of the Hook invocation target.

Returns:

  • (String)


5021
5022
5023
5024
5025
5026
5027
5028
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5021

class HookTarget < Struct.new(
  :target_type,
  :target_type_name,
  :target_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The target type.

Returns:

  • (String)


5021
5022
5023
5024
5025
5026
5027
5028
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5021

class HookTarget < Struct.new(
  :target_type,
  :target_type_name,
  :target_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#target_type_nameString

The target name, for example, AWS::S3::Bucket.

Returns:

  • (String)


5021
5022
5023
5024
5025
5026
5027
5028
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5021

class HookTarget < Struct.new(
  :target_type,
  :target_type_name,
  :target_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end