Class: Aws::GroundStation::Types::ListGroundStationReservationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListGroundStationReservationsResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Next token to be used in a subsequent
ListGroundStationReservationscall to retrieve the next page of results. -
#reservation_list ⇒ Array<Types::GroundStationReservationListItem>
List of ground station reservations.
Instance Attribute Details
#next_token ⇒ String
Next token to be used in a subsequent
ListGroundStationReservations call to retrieve the next page of
results.
3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3199 class ListGroundStationReservationsResponse < Struct.new( :reservation_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#reservation_list ⇒ Array<Types::GroundStationReservationListItem>
List of ground station reservations.
3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3199 class ListGroundStationReservationsResponse < Struct.new( :reservation_list, :next_token) SENSITIVE = [] include Aws::Structure end |