Class: Aws::GroundStation::Types::OEMEphemeris

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

Overview

Ephemeris data in Orbit Ephemeris Message (OEM) format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oem_dataString

The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.

Returns:

  • (String)


2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2277

class OEMEphemeris < Struct.new(
  :oem_data,
  :s3_object)
  SENSITIVE = []
  include Aws::Structure
end

#s3_objectTypes::S3Object

Identifies the S3 object to be used as the ephemeris.

Returns:



2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2277

class OEMEphemeris < Struct.new(
  :oem_data,
  :s3_object)
  SENSITIVE = []
  include Aws::Structure
end