Module: Aws::GroundStation::Client::_DescribeContactResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeContactResponse]
- 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
329 |
# File 'sig/client.rbs', line 329 def contact_id: () -> ::String |
#contact_status ⇒ "SCHEDULING", ...
337 |
# File 'sig/client.rbs', line 337 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]
342 |
# File 'sig/client.rbs', line 342 def dataflow_list: () -> ::Array[Types::DataflowDetail] |
#end_time ⇒ ::Time
333 |
# File 'sig/client.rbs', line 333 def end_time: () -> ::Time |
#ephemeris ⇒ Types::EphemerisResponseData
346 |
# File 'sig/client.rbs', line 346 def ephemeris: () -> Types::EphemerisResponseData |
#error_message ⇒ ::String
338 |
# File 'sig/client.rbs', line 338 def error_message: () -> ::String |
#ground_station ⇒ ::String
336 |
# File 'sig/client.rbs', line 336 def ground_station: () -> ::String |
#maximum_elevation ⇒ Types::Elevation
339 |
# File 'sig/client.rbs', line 339 def maximum_elevation: () -> Types::Elevation |
#mission_profile_arn ⇒ ::String
330 |
# File 'sig/client.rbs', line 330 def mission_profile_arn: () -> ::String |
#post_pass_end_time ⇒ ::Time
335 |
# File 'sig/client.rbs', line 335 def post_pass_end_time: () -> ::Time |
#pre_pass_start_time ⇒ ::Time
334 |
# File 'sig/client.rbs', line 334 def pre_pass_start_time: () -> ::Time |
#region ⇒ ::String
341 |
# File 'sig/client.rbs', line 341 def region: () -> ::String |
#satellite_arn ⇒ ::String
331 |
# File 'sig/client.rbs', line 331 def satellite_arn: () -> ::String |
#start_time ⇒ ::Time
332 |
# File 'sig/client.rbs', line 332 def start_time: () -> ::Time |
#tags ⇒ ::Hash[::String, ::String]
340 |
# File 'sig/client.rbs', line 340 def tags: () -> ::Hash[::String, ::String] |
#tracking_overrides ⇒ Types::TrackingOverrides
345 |
# File 'sig/client.rbs', line 345 def tracking_overrides: () -> Types::TrackingOverrides |
#version ⇒ Types::ContactVersion
347 |
# File 'sig/client.rbs', line 347 def version: () -> Types::ContactVersion |
#visibility_end_time ⇒ ::Time
344 |
# File 'sig/client.rbs', line 344 def visibility_end_time: () -> ::Time |
#visibility_start_time ⇒ ::Time
343 |
# File 'sig/client.rbs', line 343 def visibility_start_time: () -> ::Time |