Class: Aws::GroundStation::Types::SatelliteListItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Item in a list of satellites.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_ephemerisTypes::EphemerisMetaData

The current ephemeris being used to compute the trajectory of the satellite.



2512
2513
2514
2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2512

class SatelliteListItem < Struct.new(
  :current_ephemeris,
  :ground_stations,
  :norad_satellite_id,
  :satellite_arn,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#ground_stationsArray<String>

A list of ground stations to which the satellite is on-boarded.

Returns:

  • (Array<String>)


2512
2513
2514
2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2512

class SatelliteListItem < Struct.new(
  :current_ephemeris,
  :ground_stations,
  :norad_satellite_id,
  :satellite_arn,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#norad_satellite_idInteger

NORAD satellite ID number.

Returns:

  • (Integer)


2512
2513
2514
2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2512

class SatelliteListItem < Struct.new(
  :current_ephemeris,
  :ground_stations,
  :norad_satellite_id,
  :satellite_arn,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_arnString

ARN of a satellite.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2512

class SatelliteListItem < Struct.new(
  :current_ephemeris,
  :ground_stations,
  :norad_satellite_id,
  :satellite_arn,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_idString

UUID of a satellite.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2512

class SatelliteListItem < Struct.new(
  :current_ephemeris,
  :ground_stations,
  :norad_satellite_id,
  :satellite_arn,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end