class Amazonite::CloudFormation::ListResourceScanRelatedResourcesOutput

Defined in:

cloudformation/list_resource_scan_related_resources_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(related_resources : Array(ScannedResource) | 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 request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResourceScanRelatedResources again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.


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

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResourceScanRelatedResources again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.


[View source]
def related_resources : Array(ScannedResource) | Nil #

List of up to MaxResults resources in the specified resource scan related to the specified resources.


[View source]
def related_resources=(related_resources : Array(ScannedResource) | Nil) #

List of up to MaxResults resources in the specified resource scan related to the specified resources.


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

[View source]
def validate! : Nil #

[View source]