class
Amazonite::CloudFormation::HookTarget
- Amazonite::CloudFormation::HookTarget
- Reference
- Object
Overview
The HookTarget data type.
Defined in:
cloudformation/hook_target.crConstructors
- .from_xml(node : XML::Node) : self
- .new(target_type : HookTargetType, target_type_name : String, target_id : String, action : HookTargetAction)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#action : HookTargetAction
The action that invoked the Hook.
-
#action=(action : HookTargetAction)
The action that invoked the Hook.
-
#hash(hasher)
See
Object#hash(hasher) -
#target_id : String
The unique identifier of the Hook invocation target.
-
#target_id=(target_id : String)
The unique identifier of the Hook invocation target.
-
#target_type : HookTargetType
The target type.
-
#target_type=(target_type : HookTargetType)
The target type.
-
#target_type_name : String
The target name, for example,
AWS::S3::Bucket. -
#target_type_name=(target_type_name : String)
The target name, for example,
AWS::S3::Bucket. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(target_type : HookTargetType, target_type_name : String, target_id : String, action : HookTargetAction)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.