Class: Aws::Types::AntennaListItem
- Inherits:
-
Object
- Object
- Aws::Types::AntennaListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antenna_name ⇒ ::String
Returns the value of attribute antenna_name.
-
#ground_station_name ⇒ ::String
Returns the value of attribute ground_station_name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#antenna_name ⇒ ::String
Returns the value of attribute antenna_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def antenna_name @antenna_name end |
#ground_station_name ⇒ ::String
Returns the value of attribute ground_station_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def ground_station_name @ground_station_name end |
#region ⇒ ::String
Returns the value of attribute region.
47 48 49 |
# File 'sig/types.rbs', line 47 def region @region end |