Class: Aws::Types::OTAUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::OTAUpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#ota_update_arn ⇒ ::String
Returns the value of attribute ota_update_arn.
-
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def creation_date @creation_date end |
#ota_update_arn ⇒ ::String
Returns the value of attribute ota_update_arn.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def ota_update_arn @ota_update_arn end |
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def ota_update_id @ota_update_id end |