Class: Aws::CloudFormation::Types::ChangeSetHookResourceTargetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ChangeSetHookResourceTargetDetails
- 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
-
#logical_resource_id ⇒ String
The resource's logical ID, which is defined in the stack's template.
-
#resource_action ⇒ String
Specifies the action of the resource.
-
#resource_type ⇒ String
The type of CloudFormation resource, such as `AWS::S3::Bucket`.
Instance Attribute Details
#logical_resource_id ⇒ String
The resource's logical ID, which is defined in the stack's template.
466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 466 class ChangeSetHookResourceTargetDetails < Struct.new( :logical_resource_id, :resource_type, :resource_action) SENSITIVE = [] include Aws::Structure end |
#resource_action ⇒ String
Specifies the action of the resource.
466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 466 class ChangeSetHookResourceTargetDetails < Struct.new( :logical_resource_id, :resource_type, :resource_action) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of CloudFormation resource, such as `AWS::S3::Bucket`.
466 467 468 469 470 471 472 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 466 class ChangeSetHookResourceTargetDetails < Struct.new( :logical_resource_id, :resource_type, :resource_action) SENSITIVE = [] include Aws::Structure end |