Class: Aws::GroundStation::Types::EphemerisItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EphemerisItem
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Ephemeris item.
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.
-
#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.
-
#source_s3_object ⇒ Types::S3Object
Source S3 object used for the ephemeris.
-
#status ⇒ String
The status of the ephemeris.
Instance Attribute Details
#creation_time ⇒ Time
The time the ephemeris was uploaded in UTC.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether or not the ephemeris is enabled.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) 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
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |
#source_s3_object ⇒ Types::S3Object
Source S3 object used for the ephemeris.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ephemeris.
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1357 class EphemerisItem < Struct.new( :creation_time, :enabled, :ephemeris_id, :name, :priority, :source_s3_object, :status) SENSITIVE = [] include Aws::Structure end |