Class: Aws::Types::EphemerisMetaData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ephemeris_id ⇒ ::String

Returns the value of attribute ephemeris_id.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def ephemeris_id
  @ephemeris_id
end

#epoch ⇒ ::Time

Returns the value of attribute epoch.

Returns:

  • (::Time)


589
590
591
# File 'sig/types.rbs', line 589

def epoch
  @epoch
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def name
  @name
end

#source ⇒ "CUSTOMER_PROVIDED", "SPACE_TRACK"

Returns the value of attribute source.

Returns:

  • ("CUSTOMER_PROVIDED", "SPACE_TRACK")


587
588
589
# File 'sig/types.rbs', line 587

def source
  @source
end