Class: Aws::Types::ContactData

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)


203
204
205
# File 'sig/types.rbs', line 203

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")


211
212
213
# File 'sig/types.rbs', line 211

def contact_status
  @contact_status
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def end_time
  @end_time
end

#ephemeris ⇒ Types::EphemerisResponseData

Returns the value of attribute ephemeris.



218
219
220
# File 'sig/types.rbs', line 218

def ephemeris
  @ephemeris
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def error_message
  @error_message
end

#ground_station ⇒ ::String

Returns the value of attribute ground_station.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def ground_station
  @ground_station
end

#maximum_elevation ⇒ Types::Elevation

Returns the value of attribute maximum_elevation.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def maximum_elevation
  @maximum_elevation
end

#mission_profile_arn ⇒ ::String

Returns the value of attribute mission_profile_arn.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def mission_profile_arn
  @mission_profile_arn
end

#post_pass_end_time ⇒ ::Time

Returns the value of attribute post_pass_end_time.

Returns:

  • (::Time)


209
210
211
# File 'sig/types.rbs', line 209

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)


208
209
210
# File 'sig/types.rbs', line 208

def pre_pass_start_time
  @pre_pass_start_time
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def region
  @region
end

#satellite_arn ⇒ ::String

Returns the value of attribute satellite_arn.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def satellite_arn
  @satellite_arn
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


206
207
208
# File 'sig/types.rbs', line 206

def start_time
  @start_time
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end

#version ⇒ Types::ContactVersion

Returns the value of attribute version.



219
220
221
# File 'sig/types.rbs', line 219

def version
  @version
end

#visibility_end_time ⇒ ::Time

Returns the value of attribute visibility_end_time.

Returns:

  • (::Time)


217
218
219
# File 'sig/types.rbs', line 217

def visibility_end_time
  @visibility_end_time
end

#visibility_start_time ⇒ ::Time

Returns the value of attribute visibility_start_time.

Returns:

  • (::Time)


216
217
218
# File 'sig/types.rbs', line 216

def visibility_start_time
  @visibility_start_time
end