Module: Aws::ECS::Client::_UpdateDaemonResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDaemonResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #daemon_arn ⇒ ::String
- #deployment_arn ⇒ ::String
- #status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1780 |
# File 'sig/client.rbs', line 1780 def created_at: () -> ::Time |
#daemon_arn ⇒ ::String
1778 |
# File 'sig/client.rbs', line 1778 def daemon_arn: () -> ::String |
#deployment_arn ⇒ ::String
1782 |
# File 'sig/client.rbs', line 1782 def deployment_arn: () -> ::String |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
1779 |
# File 'sig/client.rbs', line 1779 def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS") |
#updated_at ⇒ ::Time
1781 |
# File 'sig/client.rbs', line 1781 def updated_at: () -> ::Time |