Class: Aws::Types::EphemerisItem
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
-
#ephemeris_type ⇒ "TLE", ...
Returns the value of attribute ephemeris_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#source_s3_object ⇒ Types::S3Object
Returns the value of attribute source_s3_object.
-
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
580 581 582 |
# File 'sig/types.rbs', line 580 def creation_time @creation_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
579 580 581 |
# File 'sig/types.rbs', line 579 def enabled @enabled end |
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
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.
576 577 578 |
# File 'sig/types.rbs', line 576 def ephemeris_type @ephemeris_type end |
#name ⇒ ::String
Returns the value of attribute name.
581 582 583 |
# File 'sig/types.rbs', line 581 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
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.
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.
577 578 579 |
# File 'sig/types.rbs', line 577 def status @status end |