Class: Aws::GroundStation::Types::ListGroundStationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListGroundStationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ground_station_list ⇒ Array<Types::GroundStationData>
List of ground stations.
-
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of ground stations.
Instance Attribute Details
#ground_station_list ⇒ Array<Types::GroundStationData>
List of ground stations.
2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2131 class ListGroundStationsResponse < Struct.new( :ground_station_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of ground stations.
2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2131 class ListGroundStationsResponse < Struct.new( :ground_station_list, :next_token) SENSITIVE = [] include Aws::Structure end |