class
Amazonite::CloudFormation::ChangeSetHookResourceTargetDetails
Overview
Specifies RESOURCE type target details for activated Hooks.
Defined in:
cloudformation/change_set_hook_resource_target_details.crConstructors
- .from_xml(node : XML::Node) : self
- .new(logical_resource_id : String | Nil = nil, resource_type : String | Nil = nil, resource_action : ChangeAction | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String | Nil
The resource's logical ID, which is defined in the stack's template.
-
#logical_resource_id=(logical_resource_id : String | Nil)
The resource's logical ID, which is defined in the stack's template.
-
#resource_action : ChangeAction | Nil
Specifies the action of the resource.
-
#resource_action=(resource_action : ChangeAction | Nil)
Specifies the action of the resource.
-
#resource_type : String | Nil
The type of CloudFormation resource, such as
AWS::S3::Bucket. -
#resource_type=(resource_type : String | Nil)
The type of CloudFormation resource, such as
AWS::S3::Bucket. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(logical_resource_id : String | Nil = nil, resource_type : String | Nil = nil, resource_action : ChangeAction | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def logical_resource_id : String | Nil
#
The resource's logical ID, which is defined in the stack's template.
def logical_resource_id=(logical_resource_id : String | Nil)
#
The resource's logical ID, which is defined in the stack's template.
def resource_type=(resource_type : String | Nil)
#
The type of CloudFormation resource, such as AWS::S3::Bucket.