Class: Aws::Types::GetSatelliteResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSatelliteResponse
- 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.
731 732 733 |
# File 'sig/types.rbs', line 731 def current_ephemeris @current_ephemeris end |
#ground_stations ⇒ ::Array[::String]
Returns the value of attribute ground_stations.
730 731 732 |
# File 'sig/types.rbs', line 730 def ground_stations @ground_stations end |
#norad_satellite_id ⇒ ::Integer
Returns the value of attribute norad_satellite_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def norad_satellite_id @norad_satellite_id end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
728 729 730 |
# File 'sig/types.rbs', line 728 def satellite_arn @satellite_arn end |
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def satellite_id @satellite_id end |