Class: Aws::DataSync::Types::ListLocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListLocationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
ListLocationsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locations ⇒ Array<Types::LocationListEntry>
An array that contains a list of locations.
-
#next_token ⇒ String
An opaque string that indicates the position at which to begin returning the next list of locations.
Instance Attribute Details
#locations ⇒ Array<Types::LocationListEntry>
An array that contains a list of locations.
3614 3615 3616 3617 3618 3619 |
# File 'lib/aws-sdk-datasync/types.rb', line 3614 class ListLocationsResponse < Struct.new( :locations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque string that indicates the position at which to begin returning the next list of locations.
3614 3615 3616 3617 3618 3619 |
# File 'lib/aws-sdk-datasync/types.rb', line 3614 class ListLocationsResponse < Struct.new( :locations, :next_token) SENSITIVE = [] include Aws::Structure end |