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.
-
#ephemeris_type ⇒ String
The type of ephemeris.
-
#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.
-
#source_s3_object ⇒ Types::S3Object
Source Amazon 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.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether or not the ephemeris is enabled.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#ephemeris_type ⇒ String
The type of ephemeris.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that you can use to identify the ephemeris.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) 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.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#source_s3_object ⇒ Types::S3Object
Source Amazon S3 object used for the ephemeris.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ephemeris.
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1832 class EphemerisItem < Struct.new( :ephemeris_id, :ephemeris_type, :status, :priority, :enabled, :creation_time, :name, :source_s3_object) SENSITIVE = [] include Aws::Structure end |