Class: Aws::Types::DescribeContactVersionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id ⇒ ::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


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.

Returns:

  • ("SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED")


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.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def error_message
  @error_message
end

#ground_station ⇒ ::String

Returns the value of attribute ground_station.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def region
  @region
end

#satellite_arn ⇒ ::String

Returns the value of attribute satellite_arn.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Hash[::String, ::String])


429
430
431
# File 'sig/types.rbs', line 429

def tags
  @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.

Returns:

  • (::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.

Returns:

  • (::Time)


432
433
434
# File 'sig/types.rbs', line 432

def visibility_start_time
  @visibility_start_time
end