Class: Aws::Types::SatelliteListItem

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.



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def satellite_id
  @satellite_id
end