Class: Aws::Types::GroundStationReservationListItem
- Inherits:
-
Object
- Object
- Aws::Types::GroundStationReservationListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antenna_name ⇒ ::String
Returns the value of attribute antenna_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ground_station_id ⇒ ::String
Returns the value of attribute ground_station_id.
-
#reservation_details ⇒ Types::ReservationDetails
Returns the value of attribute reservation_details.
-
#reservation_type ⇒ "MAINTENANCE", "CONTACT"
Returns the value of attribute reservation_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#antenna_name ⇒ ::String
Returns the value of attribute antenna_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def antenna_name @antenna_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
747 748 749 |
# File 'sig/types.rbs', line 747 def end_time @end_time end |
#ground_station_id ⇒ ::String
Returns the value of attribute ground_station_id.
744 745 746 |
# File 'sig/types.rbs', line 744 def ground_station_id @ground_station_id end |
#reservation_details ⇒ Types::ReservationDetails
Returns the value of attribute reservation_details.
748 749 750 |
# File 'sig/types.rbs', line 748 def reservation_details @reservation_details end |
#reservation_type ⇒ "MAINTENANCE", "CONTACT"
Returns the value of attribute reservation_type.
743 744 745 |
# File 'sig/types.rbs', line 743 def reservation_type @reservation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
746 747 748 |
# File 'sig/types.rbs', line 746 def start_time @start_time end |