class
Amazonite::CloudFormation::ListResourceScanResourcesOutput
- Amazonite::CloudFormation::ListResourceScanResourcesOutput
- Reference
- Object
Defined in:
cloudformation/list_resource_scan_resources_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(resources : Array(ScannedResource) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
If the request doesn't return all the remaining results,
NextTokenis set to a token. -
#next_token=(next_token : String | Nil)
If the request doesn't return all the remaining results,
NextTokenis set to a token. -
#resources : Array(ScannedResource) | Nil
List of up to
MaxResultsresources in the specified resource scan that match all of the specified filters. -
#resources=(resources : Array(ScannedResource) | Nil)
List of up to
MaxResultsresources in the specified resource scan that match all of the specified filters. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListResourceScanResources again and use that value for
the NextToken parameter. If the request returns all results, NextToken is set to an empty
string.
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListResourceScanResources again and use that value for
the NextToken parameter. If the request returns all results, NextToken is set to an empty
string.
List of up to MaxResults resources in the specified resource scan that match all of the
specified filters.
List of up to MaxResults resources in the specified resource scan that match all of the
specified filters.