Class: Aws::GroundStation::Types::ListGroundStationReservationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Next token to be used in a subsequent ListGroundStationReservations call to retrieve the next page of results.

Returns:

  • (String)


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_listArray<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