Class: Aws::GroundStation::Types::EphemerisItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Ephemeris item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the ephemeris was uploaded in UTC.

Returns:

  • (Time)


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

#enabledBoolean

Whether or not the ephemeris is enabled.

Returns:

  • (Boolean)


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_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


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_typeString

The type of ephemeris.

Returns:

  • (String)


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

#nameString

A name that you can use to identify the ephemeris.

Returns:

  • (String)


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

#priorityInteger

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.

Returns:

  • (Integer)


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_objectTypes::S3Object

Source Amazon S3 object used for the ephemeris.

Returns:



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

#statusString

The status of the ephemeris.

Returns:

  • (String)


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