class Amazonite::CloudFormation::ListHookResultsOutput

Defined in:

cloudformation/list_hook_results_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(target_type : ListHookResultsTargetType | Nil = nil, target_id : String | Nil = nil, hook_results : Array(HookResultSummary) | Nil = nil, next_token : String | 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 hook_results : Array(HookResultSummary) | Nil #

A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.


[View source]
def hook_results=(hook_results : Array(HookResultSummary) | Nil) #

A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.


[View source]
def next_token : String | Nil #

Pagination token, null or empty if no more results.


[View source]
def next_token=(next_token : String | Nil) #

Pagination token, null or empty if no more results.


[View source]
def target_id : String | Nil #

The unique identifier of the Hook invocation target.


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

The unique identifier of the Hook invocation target.


[View source]
def target_type : ListHookResultsTargetType | Nil #

The target type.


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

The target type.


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

[View source]
def validate! : Nil #

[View source]