Class: Aws::CloudFormation::Types::ChangeSetHookResourceTargetDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Specifies ‘RESOURCE` type target details for activated hooks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idString

The resource’s logical ID, which is defined in the stack’s template.

Returns:

  • (String)


493
494
495
496
497
498
499
# File 'lib/aws-sdk-cloudformation/types.rb', line 493

class ChangeSetHookResourceTargetDetails < Struct.new(
  :logical_resource_id,
  :resource_type,
  :resource_action)
  SENSITIVE = []
  include Aws::Structure
end

#resource_actionString

Specifies the action of the resource.

Returns:

  • (String)


493
494
495
496
497
498
499
# File 'lib/aws-sdk-cloudformation/types.rb', line 493

class ChangeSetHookResourceTargetDetails < Struct.new(
  :logical_resource_id,
  :resource_type,
  :resource_action)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of CloudFormation resource, such as ‘AWS::S3::Bucket`.

Returns:

  • (String)


493
494
495
496
497
498
499
# File 'lib/aws-sdk-cloudformation/types.rb', line 493

class ChangeSetHookResourceTargetDetails < Struct.new(
  :logical_resource_id,
  :resource_type,
  :resource_action)
  SENSITIVE = []
  include Aws::Structure
end