Class: Aws::Types::ContactVersion
- Inherits:
-
Object
- Object
- Aws::Types::ContactVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated ⇒ ::Time
Returns the value of attribute activated.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#failure_codes ⇒ ::Array[("INTERNAL_ERROR" | "INVALID_SATELLITE_ARN" | "INVALID_UPDATE_CONTACT_REQUEST" | "EPHEMERIS_NOT_FOUND" | "EPHEMERIS_TIME_RANGE_INVALID" | "EPHEMERIS_NOT_ENABLED" | "SATELLITE_DOES_NOT_MATCH_EPHEMERIS" | "NOT_ONBOARDED_TO_AZEL_EPHEMERIS" | "AZEL_EPHEMERIS_NOT_FOUND" | "AZEL_EPHEMERIS_WRONG_GROUND_STATION" | "AZEL_EPHEMERIS_INVALID_STATUS" | "AZEL_EPHEMERIS_TIME_RANGE_INVALID")]
Returns the value of attribute failure_codes.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
-
#superseded ⇒ ::Time
Returns the value of attribute superseded.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#activated ⇒ ::Time
Returns the value of attribute activated.
237 238 239 |
# File 'sig/types.rbs', line 237 def activated @activated end |
#created ⇒ ::Time
Returns the value of attribute created.
236 237 238 |
# File 'sig/types.rbs', line 236 def created @created end |
#failure_codes ⇒ ::Array[("INTERNAL_ERROR" | "INVALID_SATELLITE_ARN" | "INVALID_UPDATE_CONTACT_REQUEST" | "EPHEMERIS_NOT_FOUND" | "EPHEMERIS_TIME_RANGE_INVALID" | "EPHEMERIS_NOT_ENABLED" | "SATELLITE_DOES_NOT_MATCH_EPHEMERIS" | "NOT_ONBOARDED_TO_AZEL_EPHEMERIS" | "AZEL_EPHEMERIS_NOT_FOUND" | "AZEL_EPHEMERIS_WRONG_GROUND_STATION" | "AZEL_EPHEMERIS_INVALID_STATUS" | "AZEL_EPHEMERIS_TIME_RANGE_INVALID")]
Returns the value of attribute failure_codes.
241 242 243 |
# File 'sig/types.rbs', line 241 def failure_codes @failure_codes end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
242 243 244 |
# File 'sig/types.rbs', line 242 def end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
239 240 241 |
# File 'sig/types.rbs', line 239 def last_updated @last_updated end |
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
240 241 242 |
# File 'sig/types.rbs', line 240 def status @status end |
#superseded ⇒ ::Time
Returns the value of attribute superseded.
238 239 240 |
# File 'sig/types.rbs', line 238 def superseded @superseded end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def version_id @version_id end |