Class: Aws::Types::ContactData
- Inherits:
-
Object
- Object
- Aws::Types::ContactData
- 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.
-
#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.
-
#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.
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.
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.
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.
212 213 214 |
# File 'sig/types.rbs', line 212 def end |
#ground_station ⇒ ::String
Returns the value of attribute ground_station.
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.
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.
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.
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.
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.
214 215 216 |
# File 'sig/types.rbs', line 214 def region @region end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
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.
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.
215 216 217 |
# File 'sig/types.rbs', line 215 def 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.
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.
216 217 218 |
# File 'sig/types.rbs', line 216 def visibility_start_time @visibility_start_time end |