Class: Aws::Types::GetSatelliteResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def satellite_id
  @satellite_id
end