Class: Aws::CloudFormation::Types::HookTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::HookTarget
- 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
-
#action ⇒ String
The action that invoked the Hook.
-
#target_id ⇒ String
The unique identifier of the Hook invocation target.
-
#target_type ⇒ String
The target type.
-
#target_type_name ⇒ String
The target name, for example,
AWS::S3::Bucket.
Instance Attribute Details
#action ⇒ String
The action that invoked the Hook.
4893 4894 4895 4896 4897 4898 4899 4900 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4893 class HookTarget < Struct.new( :target_type, :target_type_name, :target_id, :action) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the Hook invocation target.
4893 4894 4895 4896 4897 4898 4899 4900 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4893 class HookTarget < Struct.new( :target_type, :target_type_name, :target_id, :action) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The target type.
4893 4894 4895 4896 4897 4898 4899 4900 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4893 class HookTarget < Struct.new( :target_type, :target_type_name, :target_id, :action) SENSITIVE = [] include Aws::Structure end |
#target_type_name ⇒ String
The target name, for example, AWS::S3::Bucket.
4893 4894 4895 4896 4897 4898 4899 4900 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4893 class HookTarget < Struct.new( :target_type, :target_type_name, :target_id, :action) SENSITIVE = [] include Aws::Structure end |