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)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#enabledBoolean

Whether or not the ephemeris is enabled.

Returns:

  • (Boolean)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#invalid_reasonString

Reason that an ephemeris failed validation. Only provided for ephemerides with INVALID status.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#nameString

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

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#satellite_idString

The AWS Ground Station satellite ID associated with ephemeris.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#statusString

The status of the ephemeris.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#supplied_dataTypes::EphemerisTypeDescription

Supplied ephemeris data.



1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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

#tagsHash<String,String>

Tags assigned to an ephemeris.

Returns:

  • (Hash<String,String>)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1105

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