Class: Aws::Types::DescribeContactResponse

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:



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.

Returns:



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.

Returns:



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.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def end_time
  @end_time
end

#ephemeris ⇒ Types::EphemerisResponseData

Returns the value of attribute ephemeris.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def ephemeris
  @ephemeris
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def error_message
  @error_message
end

#ground_station ⇒ ::String

Returns the value of attribute ground_station.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def region
  @region
end

#satellite_arn ⇒ ::String

Returns the value of attribute satellite_arn.

Returns:



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.

Returns:



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.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def tags
  @tags
end

#tracking_overrides ⇒ Types::TrackingOverrides

Returns the value of attribute tracking_overrides.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def tracking_overrides
  @tracking_overrides
end

#version ⇒ Types::ContactVersion

Returns the value of attribute version.

Returns:



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.

Returns:



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.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def visibility_start_time
  @visibility_start_time
end