You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Item in a list of satellites.

Instance Attribute Summary collapse

Instance Attribute Details

#ground_stationsArray<String>

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

Returns:

  • (Array<String>)

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

#norad_satellite_idInteger

NORAD satellite ID number.

Returns:

  • (Integer)

    NORAD satellite ID number.

#satellite_arnString

ARN of a satellite.

Returns:

  • (String)

    ARN of a satellite.

#satellite_idString

UUID of a satellite.

Returns:

  • (String)

    UUID of a satellite.