Class: Aws::Types::ListGroundStationReservationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


882
883
884
# File 'sig/types.rbs', line 882

def end_time
  @end_time
end

#ground_station_id ⇒ ::String

Returns the value of attribute ground_station_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def ground_station_id
  @ground_station_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def next_token
  @next_token
end

#reservation_types ⇒ ::Array[("MAINTENANCE" | "CONTACT")]

Returns the value of attribute reservation_types.

Returns:

  • (::Array[("MAINTENANCE" | "CONTACT")])


883
884
885
# File 'sig/types.rbs', line 883

def reservation_types
  @reservation_types
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


881
882
883
# File 'sig/types.rbs', line 881

def start_time
  @start_time
end