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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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:



1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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.



1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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>)


1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

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