Class: Aws::GroundStation::Types::GetSatelliteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetSatelliteResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ground_stations ⇒ Array<String>
A list of ground stations to which the satellite is on-boarded.
-
#norad_satellite_id ⇒ Integer
NORAD satellite ID number.
-
#satellite_arn ⇒ String
ARN of a satellite.
-
#satellite_id ⇒ String
UUID of a satellite.
Instance Attribute Details
#ground_stations ⇒ Array<String>
A list of ground stations to which the satellite is on-boarded.
1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1427 class GetSatelliteResponse < Struct.new( :ground_stations, :norad_satellite_id, :satellite_arn, :satellite_id) SENSITIVE = [] include Aws::Structure end |
#norad_satellite_id ⇒ Integer
NORAD satellite ID number.
1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1427 class GetSatelliteResponse < Struct.new( :ground_stations, :norad_satellite_id, :satellite_arn, :satellite_id) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite.
1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1427 class GetSatelliteResponse < Struct.new( :ground_stations, :norad_satellite_id, :satellite_arn, :satellite_id) SENSITIVE = [] include Aws::Structure end |
#satellite_id ⇒ String
UUID of a satellite.
1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1427 class GetSatelliteResponse < Struct.new( :ground_stations, :norad_satellite_id, :satellite_arn, :satellite_id) SENSITIVE = [] include Aws::Structure end |