class Amazonite::CloudFormation::ChangeSetHookTargetDetails

Overview

Specifies target details for an activated Hook.

Defined in:

cloudformation/change_set_hook_target_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(target_type : HookTargetType | Nil = nil, resource_target_details : ChangeSetHookResourceTargetDetails | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def resource_target_details : ChangeSetHookResourceTargetDetails | Nil #

Required if TargetType is RESOURCE.


[View source]
def resource_target_details=(resource_target_details : ChangeSetHookResourceTargetDetails | Nil) #

Required if TargetType is RESOURCE.


[View source]
def target_type : HookTargetType | Nil #

The Hook target type.


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

The Hook target type.


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

[View source]
def validate! : Nil #

[View source]