Class: Aws::Types::DescribeContactVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContactVersionResponse
- 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.
418 419 420 |
# File 'sig/types.rbs', line 418 def contact_id @contact_id end |
#contact_status ⇒ "SCHEDULING", ...
Returns the value of attribute contact_status.
426 427 428 |
# File 'sig/types.rbs', line 426 def contact_status @contact_status end |
#dataflow_list ⇒ ::Array[Types::DataflowDetail]
Returns the value of attribute dataflow_list.
431 432 433 |
# File 'sig/types.rbs', line 431 def dataflow_list @dataflow_list end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
422 423 424 |
# File 'sig/types.rbs', line 422 def end_time @end_time end |
#ephemeris ⇒ Types::EphemerisResponseData
Returns the value of attribute ephemeris.
435 436 437 |
# File 'sig/types.rbs', line 435 def ephemeris @ephemeris end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
427 428 429 |
# File 'sig/types.rbs', line 427 def @error_message end |
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
425 426 427 |
# File 'sig/types.rbs', line 425 def ground_station @ground_station end |
#maximum_elevation ⇒ Types::Elevation
Returns the value of attribute maximum_elevation.
428 429 430 |
# File 'sig/types.rbs', line 428 def maximum_elevation @maximum_elevation end |
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
419 420 421 |
# File 'sig/types.rbs', line 419 def mission_profile_arn @mission_profile_arn end |
#post_pass_end_time ⇒ ::Time
Returns the value of attribute post_pass_end_time.
424 425 426 |
# File 'sig/types.rbs', line 424 def post_pass_end_time @post_pass_end_time end |
#pre_pass_start_time ⇒ ::Time
Returns the value of attribute pre_pass_start_time.
423 424 425 |
# File 'sig/types.rbs', line 423 def pre_pass_start_time @pre_pass_start_time end |
#region ⇒ ::String
Returns the value of attribute region.
430 431 432 |
# File 'sig/types.rbs', line 430 def region @region end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
420 421 422 |
# File 'sig/types.rbs', line 420 def satellite_arn @satellite_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
421 422 423 |
# File 'sig/types.rbs', line 421 def start_time @start_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
429 430 431 |
# File 'sig/types.rbs', line 429 def @tags end |
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
434 435 436 |
# File 'sig/types.rbs', line 434 def tracking_overrides @tracking_overrides end |
#version ⇒ Types::ContactVersion
Returns the value of attribute version.
436 437 438 |
# File 'sig/types.rbs', line 436 def version @version end |
#visibility_end_time ⇒ ::Time
Returns the value of attribute visibility_end_time.
433 434 435 |
# File 'sig/types.rbs', line 433 def visibility_end_time @visibility_end_time end |
#visibility_start_time ⇒ ::Time
Returns the value of attribute visibility_start_time.
432 433 434 |
# File 'sig/types.rbs', line 432 def visibility_start_time @visibility_start_time end |