Class: Aws::GroundStation::Types::DescribeEphemerisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeEphemerisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the ephemeris was uploaded in UTC.
-
#enabled ⇒ Boolean
Whether or not the ephemeris is enabled.
-
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
-
#error_reasons ⇒ Array<Types::EphemerisErrorReason>
Detailed error information for ephemerides with ‘INVALID` status.
-
#invalid_reason ⇒ String
Reason that an ephemeris failed validation.
-
#name ⇒ String
A name that you can use to identify the ephemeris.
-
#priority ⇒ Integer
A priority score that determines which ephemeris to use when multiple ephemerides overlap.
-
#satellite_id ⇒ String
The AWS Ground Station satellite ID associated with ephemeris.
-
#status ⇒ String
The status of the ephemeris.
-
#supplied_data ⇒ Types::EphemerisTypeDescription
Supplied ephemeris data.
-
#tags ⇒ Hash<String,String>
Tags assigned to an ephemeris.
Instance Attribute Details
#creation_time ⇒ Time
The time the ephemeris was uploaded in UTC.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether or not the ephemeris is enabled.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#error_reasons ⇒ Array<Types::EphemerisErrorReason>
Detailed error information for ephemerides with ‘INVALID` status.
Provides specific error codes and messages to help diagnose validation failures.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#invalid_reason ⇒ String
Reason that an ephemeris failed validation. Appears only when the status is ‘INVALID`.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that you can use to identify the ephemeris.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
A priority score that determines which ephemeris to use when multiple ephemerides overlap.
Higher numbers take precedence. The default is 1. Must be 1 or greater.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#satellite_id ⇒ String
The AWS Ground Station satellite ID associated with ephemeris.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ephemeris.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#supplied_data ⇒ Types::EphemerisTypeDescription
Supplied ephemeris data.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to an ephemeris.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1387 class DescribeEphemerisResponse < Struct.new( :ephemeris_id, :satellite_id, :status, :priority, :creation_time, :enabled, :name, :tags, :supplied_data, :invalid_reason, :error_reasons) SENSITIVE = [] include Aws::Structure end |