Class: Aws::CloudFormation::Types::ChangeSetHookTargetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ChangeSetHookTargetDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Specifies target details for an activated Hook.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_target_details ⇒ Types::ChangeSetHookResourceTargetDetails
Required if ‘TargetType` is `RESOURCE`.
-
#target_type ⇒ String
The Hook target type.
Instance Attribute Details
#resource_target_details ⇒ Types::ChangeSetHookResourceTargetDetails
Required if ‘TargetType` is `RESOURCE`.
576 577 578 579 580 581 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 576 class ChangeSetHookTargetDetails < Struct.new( :target_type, :resource_target_details) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The Hook target type.
576 577 578 579 580 581 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 576 class ChangeSetHookTargetDetails < Struct.new( :target_type, :resource_target_details) SENSITIVE = [] include Aws::Structure end |