Class: Aws::GroundStation::Types::DescribeEphemerisResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the ephemeris was uploaded in UTC.

Returns:

  • (Time)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether or not the ephemeris is enabled.

Returns:

  • (Boolean)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#error_reasonsArray<Types::EphemerisErrorReason>

Detailed error information for ephemerides with INVALID status.

Provides specific error codes and messages to help diagnose validation failures.

Returns:



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#invalid_reasonString

Reason that an ephemeris failed validation. Appears only when the status is INVALID.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that you can use to identify the ephemeris.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  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)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_idString

The AWS Ground Station satellite ID associated with ephemeris.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ephemeris.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#supplied_dataTypes::EphemerisTypeDescription

Supplied ephemeris data.



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to an ephemeris.

Returns:

  • (Hash<String,String>)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1414

class DescribeEphemerisResponse < Struct.new(
  :ephemeris_id,
  :satellite_id,
  :status,
  :priority,
  :creation_time,
  :enabled,
  :name,
  :tags,
  :supplied_data,
  :invalid_reason,
  :error_reasons)
  SENSITIVE = []
  include Aws::Structure
end