You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataSync::Types::ListLocationsRequestWhen passing ListLocationsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "NextToken",
filters: [
{
name: "LocationUri", values: ["FilterAttributeValue"], operator: "Equals", },
],
}
ListLocationsRequest
Instance Attribute Summary collapseYou can use API filters to narrow down the list of resources returned by ListLocations
.
The maximum number of locations to return.
An opaque string that indicates the position at which to begin the next list of locations.
You can use API filters to narrow down the list of resources returned by ListLocations
. For example, to retrieve all tasks on a specific source location, you can use ListLocations
with filter name LocationType S3
and Operator Equals
.
The maximum number of locations to return.
#next_token ⇒ StringAn opaque string that indicates the position at which to begin the next list of locations.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4