Class: Aws::Types::SatelliteListItem
- Inherits:
-
Object
- Object
- Aws::Types::SatelliteListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_ephemeris ⇒ Types::EphemerisMetaData
Returns the value of attribute current_ephemeris.
-
#ground_stations ⇒ ::Array[::String]
Returns the value of attribute ground_stations.
-
#norad_satellite_id ⇒ ::Integer
Returns the value of attribute norad_satellite_id.
-
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
-
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
Instance Attribute Details
#current_ephemeris ⇒ Types::EphemerisMetaData
Returns the value of attribute current_ephemeris.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def current_ephemeris @current_ephemeris end |
#ground_stations ⇒ ::Array[::String]
Returns the value of attribute ground_stations.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def ground_stations @ground_stations end |
#norad_satellite_id ⇒ ::Integer
Returns the value of attribute norad_satellite_id.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def norad_satellite_id @norad_satellite_id end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def satellite_arn @satellite_arn end |
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def satellite_id @satellite_id end |