Class: Aws::Types::GroundStationData
- Inherits:
-
Object
- Object
- Aws::Types::GroundStationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ground_station_id ⇒ ::String
Returns the value of attribute ground_station_id.
-
#ground_station_name ⇒ ::String
Returns the value of attribute ground_station_name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#ground_station_id ⇒ ::String
Returns the value of attribute ground_station_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def ground_station_id @ground_station_id end |
#ground_station_name ⇒ ::String
Returns the value of attribute ground_station_name.
737 738 739 |
# File 'sig/types.rbs', line 737 def ground_station_name @ground_station_name end |
#region ⇒ ::String
Returns the value of attribute region.
738 739 740 |
# File 'sig/types.rbs', line 738 def region @region end |