Class: Aws::Types::DescribeContactResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContactResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#contact_status ⇒ "SCHEDULING", ...
Returns the value of attribute contact_status.
-
#dataflow_list ⇒ ::Array[Types::DataflowDetail]
Returns the value of attribute dataflow_list.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ephemeris ⇒ Types::EphemerisResponseData
Returns the value of attribute ephemeris.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
-
#maximum_elevation ⇒ Types::Elevation
Returns the value of attribute maximum_elevation.
-
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
-
#post_pass_end_time ⇒ ::Time
Returns the value of attribute post_pass_end_time.
-
#pre_pass_start_time ⇒ ::Time
Returns the value of attribute pre_pass_start_time.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
-
#version ⇒ Types::ContactVersion
Returns the value of attribute version.
-
#visibility_end_time ⇒ ::Time
Returns the value of attribute visibility_end_time.
-
#visibility_start_time ⇒ ::Time
Returns the value of attribute visibility_start_time.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
389 390 391 |
# File 'sig/types.rbs', line 389 def contact_id @contact_id end |
#contact_status ⇒ "SCHEDULING", ...
Returns the value of attribute contact_status.
397 398 399 |
# File 'sig/types.rbs', line 397 def contact_status @contact_status end |
#dataflow_list ⇒ ::Array[Types::DataflowDetail]
Returns the value of attribute dataflow_list.
402 403 404 |
# File 'sig/types.rbs', line 402 def dataflow_list @dataflow_list end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
393 394 395 |
# File 'sig/types.rbs', line 393 def end_time @end_time end |
#ephemeris ⇒ Types::EphemerisResponseData
Returns the value of attribute ephemeris.
406 407 408 |
# File 'sig/types.rbs', line 406 def ephemeris @ephemeris end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
398 399 400 |
# File 'sig/types.rbs', line 398 def end |
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
396 397 398 |
# File 'sig/types.rbs', line 396 def ground_station @ground_station end |
#maximum_elevation ⇒ Types::Elevation
Returns the value of attribute maximum_elevation.
399 400 401 |
# File 'sig/types.rbs', line 399 def maximum_elevation @maximum_elevation end |
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
390 391 392 |
# File 'sig/types.rbs', line 390 def mission_profile_arn @mission_profile_arn end |
#post_pass_end_time ⇒ ::Time
Returns the value of attribute post_pass_end_time.
395 396 397 |
# File 'sig/types.rbs', line 395 def post_pass_end_time @post_pass_end_time end |
#pre_pass_start_time ⇒ ::Time
Returns the value of attribute pre_pass_start_time.
394 395 396 |
# File 'sig/types.rbs', line 394 def pre_pass_start_time @pre_pass_start_time end |
#region ⇒ ::String
Returns the value of attribute region.
401 402 403 |
# File 'sig/types.rbs', line 401 def region @region end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
391 392 393 |
# File 'sig/types.rbs', line 391 def satellite_arn @satellite_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
392 393 394 |
# File 'sig/types.rbs', line 392 def start_time @start_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
400 401 402 |
# File 'sig/types.rbs', line 400 def end |
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
405 406 407 |
# File 'sig/types.rbs', line 405 def tracking_overrides @tracking_overrides end |
#version ⇒ Types::ContactVersion
Returns the value of attribute version.
407 408 409 |
# File 'sig/types.rbs', line 407 def version @version end |
#visibility_end_time ⇒ ::Time
Returns the value of attribute visibility_end_time.
404 405 406 |
# File 'sig/types.rbs', line 404 def visibility_end_time @visibility_end_time end |
#visibility_start_time ⇒ ::Time
Returns the value of attribute visibility_start_time.
403 404 405 |
# File 'sig/types.rbs', line 403 def visibility_start_time @visibility_start_time end |