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
TargetType
isRESOURCE
. -
#target_type ⇒ String
The name of the type.
Instance Attribute Details
#resource_target_details ⇒ Types::ChangeSetHookResourceTargetDetails
Required if TargetType
is RESOURCE
.
513 514 515 516 517 518 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 513 class ChangeSetHookTargetDetails < Struct.new( :target_type, :resource_target_details) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The name of the type.
513 514 515 516 517 518 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 513 class ChangeSetHookTargetDetails < Struct.new( :target_type, :resource_target_details) SENSITIVE = [] include Aws::Structure end |