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:



3680
3681
3682
3683
3684
3685
3686
# File 'lib/aws-sdk-datasync/types.rb', line 3680

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)


3680
3681
3682
3683
3684
3685
3686
# File 'lib/aws-sdk-datasync/types.rb', line 3680

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)


3680
3681
3682
3683
3684
3685
3686
# File 'lib/aws-sdk-datasync/types.rb', line 3680

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