Class: Aws::CloudFormation::Types::ChangeSetHookTargetDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_target_detailsTypes::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_typeString

The name of the type.

Returns:

  • (String)


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