Class: Aws::DataSync::Types::ListLocationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListLocationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
ListLocationsRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::LocationFilter>
You can use API filters to narrow down the list of resources returned by ‘ListLocations`.
-
#max_results ⇒ Integer
The maximum number of locations to return.
-
#next_token ⇒ String
An opaque string that indicates the position at which to begin the next list of locations.
Instance Attribute Details
#filters ⇒ Array<Types::LocationFilter>
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`.
3593 3594 3595 3596 3597 3598 3599 |
# File 'lib/aws-sdk-datasync/types.rb', line 3593 class ListLocationsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of locations to return.
3593 3594 3595 3596 3597 3598 3599 |
# File 'lib/aws-sdk-datasync/types.rb', line 3593 class ListLocationsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque string that indicates the position at which to begin the next list of locations.
3593 3594 3595 3596 3597 3598 3599 |
# File 'lib/aws-sdk-datasync/types.rb', line 3593 class ListLocationsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |