Class: Aws::DataSync::Types::ListLocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListLocationsResponse
- Defined in:
- gems/aws-sdk-datasync/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.
2628 2629 2630 2631 2632 2633 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2628 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.
2628 2629 2630 2631 2632 2633 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2628 class ListLocationsResponse < Struct.new( :locations, :next_token) SENSITIVE = [] include Aws::Structure end |