Class: Aws::Types::ListGroundStationReservationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGroundStationReservationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ground_station_id ⇒ ::String
Returns the value of attribute ground_station_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reservation_types ⇒ ::Array[("MAINTENANCE" | "CONTACT")]
Returns the value of attribute reservation_types.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
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.
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.
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.
881 882 883 |
# File 'sig/types.rbs', line 881 def start_time @start_time end |