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

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

#enabledBoolean

Enable or disable the ephemeris. Changing this value doesn't require re-validation.

Returns:

  • (Boolean)


3582
3583
3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3582

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

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


3582
3583
3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3582

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

#nameString

A name that you can use to identify the ephemeris.

Returns:

  • (String)


3582
3583
3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3582

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


3582
3583
3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3582

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