class Amazonite::CloudFormation::HookTarget

Overview

The HookTarget data type.

Defined in:

cloudformation/hook_target.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(target_type : HookTargetType, target_type_name : String, target_id : String, action : HookTargetAction) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def action : HookTargetAction #

The action that invoked the Hook.


[View source]
def action=(action : HookTargetAction) #

The action that invoked the Hook.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def target_id : String #

The unique identifier of the Hook invocation target.


[View source]
def target_id=(target_id : String) #

The unique identifier of the Hook invocation target.


[View source]
def target_type : HookTargetType #

The target type.


[View source]
def target_type=(target_type : HookTargetType) #

The target type.


[View source]
def target_type_name : String #

The target name, for example, AWS::S3::Bucket.


[View source]
def target_type_name=(target_type_name : String) #

The target name, for example, AWS::S3::Bucket.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]