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)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether or not the ephemeris is enabled.

Returns:

  • (Boolean)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

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

Returns:

  • (Integer)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_objectTypes::S3Object

Source S3 object used for the ephemeris.

Returns:



1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ephemeris.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1346

class EphemerisItem < Struct.new(
  :creation_time,
  :enabled,
  :ephemeris_id,
  :name,
  :priority,
  :source_s3_object,
  :status)
  SENSITIVE = []
  include Aws::Structure
end