Class: Aws::Types::ListGroundStationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroundStationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ground_station_list ⇒ ::Array[Types::GroundStationData]
Returns the value of attribute ground_station_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ground_station_list ⇒ ::Array[Types::GroundStationData]
Returns the value of attribute ground_station_list.
904 905 906 |
# File 'sig/types.rbs', line 904 def ground_station_list @ground_station_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
903 904 905 |
# File 'sig/types.rbs', line 903 def next_token @next_token end |