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:



3425
3426
3427
3428
3429
3430
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3425

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)


3425
3426
3427
3428
3429
3430
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3425

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