Class: Aws::DataSync::Types::ListLocationsResponse

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

Overview

ListLocationsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationsArray<Types::LocationListEntry>

An array that contains a list of locations.

Returns:



3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3400

class ListLocationsResponse < Struct.new(
  :locations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3400

class ListLocationsResponse < Struct.new(
  :locations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end