class Amazonite::CloudFormation::ListStackInstanceResourceDriftsOutput

Defined in:

cloudformation/list_stack_instance_resource_drifts_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(summaries : Array(StackInstanceResourceDriftsSummary) | 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 next_token : String | Nil #

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.


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

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.


[View source]
def summaries : Array(StackInstanceResourceDriftsSummary) | Nil #

A list of StackInstanceResourceDriftsSummary structures that contain information about the specified stack instances.


[View source]
def summaries=(summaries : Array(StackInstanceResourceDriftsSummary) | Nil) #

A list of StackInstanceResourceDriftsSummary structures that contain information about the specified stack instances.


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

[View source]
def validate! : Nil #

[View source]