Class: Aws::GroundStation::Types::ListGroundStationReservationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ Time

End time of the reservation window in UTC.

Returns:

  • (Time)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#ground_station_id ⇒ String

ID of a ground station.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_results ⇒ Integer

Maximum number of ground station reservations returned.

Returns:

  • (Integer)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

Next token returned in the request of a previous ListGroundStationReservations call. Used to get the next page of results.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_types ⇒ Array<String>

Types of reservations to filter by.

Returns:

  • (Array<String>)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_time ⇒ Time

Start time of the reservation window in UTC.

Returns:

  • (Time)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-groundstation/types.rb', line 3176

class ListGroundStationReservationsRequest < Struct.new(
  :ground_station_id,
  :start_time,
  :end_time,
  :reservation_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end