Class: Aws::Types::GroundStationReservationListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#antenna_name ⇒ ::String

Returns the value of attribute antenna_name.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • ("MAINTENANCE", "CONTACT")


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.

Returns:

  • (::Time)


746
747
748
# File 'sig/types.rbs', line 746

def start_time
  @start_time
end