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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-datasync/types.rb', line 3715

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)


3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-datasync/types.rb', line 3715

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