Class: Aws::CloudFormation::Types::ChangeSetHookTargetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ChangeSetHookTargetDetails
- Defined in:
- gems/aws-sdk-cloudformation/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
TargetTypeisRESOURCE. -
#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 'gems/aws-sdk-cloudformation/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 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 576 class ChangeSetHookTargetDetails < Struct.new( :target_type, :resource_target_details) SENSITIVE = [] include Aws::Structure end |