Class: Aws::Types::EphemerisItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


580
581
582
# File 'sig/types.rbs', line 580

def creation_time
  @creation_time
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


579
580
581
# File 'sig/types.rbs', line 579

def enabled
  @enabled
end

#ephemeris_id ⇒ ::String

Returns the value of attribute ephemeris_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def ephemeris_id
  @ephemeris_id
end

#ephemeris_type ⇒ "TLE", ...

Returns the value of attribute ephemeris_type.

Returns:

  • ("TLE", "OEM", "AZ_EL", "SERVICE_MANAGED")


576
577
578
# File 'sig/types.rbs', line 576

def ephemeris_type
  @ephemeris_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def name
  @name
end

#priority ⇒ ::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


578
579
580
# File 'sig/types.rbs', line 578

def priority
  @priority
end

#source_s3_object ⇒ Types::S3Object

Returns the value of attribute source_s3_object.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def source_s3_object
  @source_s3_object
end

#status ⇒ "VALIDATING", ...

Returns the value of attribute status.

Returns:

  • ("VALIDATING", "INVALID", "ERROR", "ENABLED", "DISABLED", "EXPIRED")


577
578
579
# File 'sig/types.rbs', line 577

def status
  @status
end