Class: Aws::Types::DescribeEphemerisResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEphemerisResponse
- 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.
-
#error_reasons ⇒ ::Array[Types::EphemerisErrorReason]
Returns the value of attribute error_reasons.
-
#invalid_reason ⇒ "METADATA_INVALID", ...
Returns the value of attribute invalid_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
-
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
-
#supplied_data ⇒ Types::EphemerisTypeDescription
Returns the value of attribute supplied_data.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
450 451 452 |
# File 'sig/types.rbs', line 450 def creation_time @creation_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
451 452 453 |
# File 'sig/types.rbs', line 451 def enabled @enabled end |
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
446 447 448 |
# File 'sig/types.rbs', line 446 def ephemeris_id @ephemeris_id end |
#error_reasons ⇒ ::Array[Types::EphemerisErrorReason]
Returns the value of attribute error_reasons.
456 457 458 |
# File 'sig/types.rbs', line 456 def error_reasons @error_reasons end |
#invalid_reason ⇒ "METADATA_INVALID", ...
Returns the value of attribute invalid_reason.
455 456 457 |
# File 'sig/types.rbs', line 455 def invalid_reason @invalid_reason end |
#name ⇒ ::String
Returns the value of attribute name.
452 453 454 |
# File 'sig/types.rbs', line 452 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
449 450 451 |
# File 'sig/types.rbs', line 449 def priority @priority end |
#satellite_id ⇒ ::String
Returns the value of attribute satellite_id.
447 448 449 |
# File 'sig/types.rbs', line 447 def satellite_id @satellite_id end |
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
448 449 450 |
# File 'sig/types.rbs', line 448 def status @status end |
#supplied_data ⇒ Types::EphemerisTypeDescription
Returns the value of attribute supplied_data.
454 455 456 |
# File 'sig/types.rbs', line 454 def supplied_data @supplied_data end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
453 454 455 |
# File 'sig/types.rbs', line 453 def end |