Module: Aws::GroundStation::Client::_DescribeContactVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeContactVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_id ⇒ ::String
- #contact_status ⇒ "SCHEDULING", ...
- #dataflow_list ⇒ ::Array[Types::DataflowDetail]
- #end_time ⇒ ::Time
- #ephemeris ⇒ Types::EphemerisResponseData
- #error_message ⇒ ::String
- #ground_station ⇒ ::String
- #maximum_elevation ⇒ Types::Elevation
- #mission_profile_arn ⇒ ::String
- #post_pass_end_time ⇒ ::Time
- #pre_pass_start_time ⇒ ::Time
- #region ⇒ ::String
- #satellite_arn ⇒ ::String
- #start_time ⇒ ::Time
- #tags ⇒ ::Hash[::String, ::String]
- #tracking_overrides ⇒ Types::TrackingOverrides
- #version ⇒ Types::ContactVersion
- #visibility_end_time ⇒ ::Time
- #visibility_start_time ⇒ ::Time
Instance Method Details
#contact_id ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def contact_id: () -> ::String
|
#contact_status ⇒ "SCHEDULING", ...
365 |
# File 'sig/client.rbs', line 365
def contact_status: () -> ("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")
|
#dataflow_list ⇒ ::Array[Types::DataflowDetail]
370 |
# File 'sig/client.rbs', line 370
def dataflow_list: () -> ::Array[Types::DataflowDetail]
|
#end_time ⇒ ::Time
361 |
# File 'sig/client.rbs', line 361
def end_time: () -> ::Time
|
#ephemeris ⇒ Types::EphemerisResponseData
374 |
# File 'sig/client.rbs', line 374
def ephemeris: () -> Types::EphemerisResponseData
|
#error_message ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def error_message: () -> ::String
|
#ground_station ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def ground_station: () -> ::String
|
#maximum_elevation ⇒ Types::Elevation
367 |
# File 'sig/client.rbs', line 367
def maximum_elevation: () -> Types::Elevation
|
#mission_profile_arn ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def mission_profile_arn: () -> ::String
|
#post_pass_end_time ⇒ ::Time
363 |
# File 'sig/client.rbs', line 363
def post_pass_end_time: () -> ::Time
|
#pre_pass_start_time ⇒ ::Time
362 |
# File 'sig/client.rbs', line 362
def pre_pass_start_time: () -> ::Time
|
#region ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def region: () -> ::String
|
#satellite_arn ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def satellite_arn: () -> ::String
|
#start_time ⇒ ::Time
360 |
# File 'sig/client.rbs', line 360
def start_time: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
368 |
# File 'sig/client.rbs', line 368
def tags: () -> ::Hash[::String, ::String]
|
#tracking_overrides ⇒ Types::TrackingOverrides
373 |
# File 'sig/client.rbs', line 373
def tracking_overrides: () -> Types::TrackingOverrides
|
#version ⇒ Types::ContactVersion
375 |
# File 'sig/client.rbs', line 375
def version: () -> Types::ContactVersion
|
#visibility_end_time ⇒ ::Time
372 |
# File 'sig/client.rbs', line 372
def visibility_end_time: () -> ::Time
|
#visibility_start_time ⇒ ::Time
371 |
# File 'sig/client.rbs', line 371
def visibility_start_time: () -> ::Time
|