Class: Aws::GroundStation::Types::UpdateEphemerisRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.

Returns:

  • (Boolean)


2867
2868
2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-groundstation/types.rb', line 2867

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

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-groundstation/types.rb', line 2867

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

#nameString

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

Returns:

  • (String)


2867
2868
2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-groundstation/types.rb', line 2867

class UpdateEphemerisRequest < Struct.new(
  :enabled,
  :ephemeris_id,
  :name,
  :priority)
  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)


2867
2868
2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-groundstation/types.rb', line 2867

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