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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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:



3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3396

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)


3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3396

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)


3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3396

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