Class: Aws::GroundStation::Types::DescribeEphemerisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeEphemerisResponse
- Defined in:
- gems/aws-sdk-groundstation/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
INVALIDstatus. -
#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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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.
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1686 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 |