Class: Aws::DataSync::Types::ListLocationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

ListLocationsRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<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`.

Returns:



3379
3380
3381
3382
3383
3384
3385
# File 'lib/aws-sdk-datasync/types.rb', line 3379

class ListLocationsRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of locations to return.

Returns:

  • (Integer)


3379
3380
3381
3382
3383
3384
3385
# File 'lib/aws-sdk-datasync/types.rb', line 3379

class ListLocationsRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque string that indicates the position at which to begin the next list of locations.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
# File 'lib/aws-sdk-datasync/types.rb', line 3379

class ListLocationsRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end