Class: Aws::Types::ContactVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activated ⇒ ::Time

Returns the value of attribute activated.

Returns:

  • (::Time)


237
238
239
# File 'sig/types.rbs', line 237

def activated
  @activated
end

#created ⇒ ::Time

Returns the value of attribute created.

Returns:

  • (::Time)


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.

Returns:

  • (::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")])


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.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def failure_message
  @failure_message
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


239
240
241
# File 'sig/types.rbs', line 239

def last_updated
  @last_updated
end

#status ⇒ "UPDATING", ...

Returns the value of attribute status.

Returns:

  • ("UPDATING", "ACTIVE", "SUPERSEDED", "FAILED_TO_UPDATE")


240
241
242
# File 'sig/types.rbs', line 240

def status
  @status
end

#superseded ⇒ ::Time

Returns the value of attribute superseded.

Returns:

  • (::Time)


238
239
240
# File 'sig/types.rbs', line 238

def superseded
  @superseded
end

#version_id ⇒ ::Integer

Returns the value of attribute version_id.

Returns:

  • (::Integer)


235
236
237
# File 'sig/types.rbs', line 235

def version_id
  @version_id
end