Class: Aws::CloudFormation::Types::ChangeSetHookResourceTargetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ChangeSetHookResourceTargetDetails
- Defined in:
- gems/aws-sdk-cloudformation/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.
493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-cloudformation/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_action ⇒ String
Specifies the action of the resource.
493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-cloudformation/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_type ⇒ String
The type of CloudFormation resource, such as AWS::S3::Bucket
.
493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 493 class ChangeSetHookResourceTargetDetails < Struct.new( :logical_resource_id, :resource_type, :resource_action) SENSITIVE = [] include Aws::Structure end |