Module: Aws::GroundStation::Client::_DescribeEphemerisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEphemerisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #enabled ⇒ Boolean
- #ephemeris_id ⇒ ::String
- #error_reasons ⇒ ::Array[Types::EphemerisErrorReason]
- #invalid_reason ⇒ "METADATA_INVALID", ...
- #name ⇒ ::String
- #priority ⇒ ::Integer
- #satellite_id ⇒ ::String
- #status ⇒ "VALIDATING", ...
- #supplied_data ⇒ Types::EphemerisTypeDescription
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#creation_time ⇒ ::Time
390 |
# File 'sig/client.rbs', line 390
def creation_time: () -> ::Time
|
#enabled ⇒ Boolean
391 |
# File 'sig/client.rbs', line 391
def enabled: () -> bool
|
#ephemeris_id ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def ephemeris_id: () -> ::String
|
#error_reasons ⇒ ::Array[Types::EphemerisErrorReason]
396 |
# File 'sig/client.rbs', line 396
def error_reasons: () -> ::Array[Types::EphemerisErrorReason]
|
#invalid_reason ⇒ "METADATA_INVALID", ...
395 |
# File 'sig/client.rbs', line 395
def invalid_reason: () -> ("METADATA_INVALID" | "TIME_RANGE_INVALID" | "TRAJECTORY_INVALID" | "KMS_KEY_INVALID" | "VALIDATION_ERROR")
|
#name ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def name: () -> ::String
|
#priority ⇒ ::Integer
389 |
# File 'sig/client.rbs', line 389
def priority: () -> ::Integer
|
#satellite_id ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def satellite_id: () -> ::String
|
#status ⇒ "VALIDATING", ...
388 |
# File 'sig/client.rbs', line 388
def status: () -> ("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")
|
#supplied_data ⇒ Types::EphemerisTypeDescription
394 |
# File 'sig/client.rbs', line 394
def supplied_data: () -> Types::EphemerisTypeDescription
|
#tags ⇒ ::Hash[::String, ::String]
393 |
# File 'sig/client.rbs', line 393
def tags: () -> ::Hash[::String, ::String]
|