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.
-
#invalid_reason ⇒ String
Reason that an ephemeris failed validation.
-
#name ⇒ String
A name string associated with the ephemeris.
-
#priority ⇒ Integer
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
-
#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.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether or not the ephemeris is enabled.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#invalid_reason ⇒ String
Reason that an ephemeris failed validation. Only provided for ephemerides with ‘INVALID` status.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#satellite_id ⇒ String
The AWS Ground Station satellite ID associated with ephemeris.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ephemeris.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#supplied_data ⇒ Types::EphemerisTypeDescription
Supplied ephemeris data.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to an ephemeris.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1105 class DescribeEphemerisResponse < Struct.new( :creation_time, :enabled, :ephemeris_id, :invalid_reason, :name, :priority, :satellite_id, :status, :supplied_data, :tags) SENSITIVE = [] include Aws::Structure end |