Class: Aws::Types::UpdateDaemonResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDaemonResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def daemon_arn @daemon_arn end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def deployment_arn @deployment_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def updated_at @updated_at end |