Module: Aws::ECS::Client::_DeleteDaemonResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDaemonResponse]
- 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
447 |
# File 'sig/client.rbs', line 447 def created_at: () -> ::Time |
#daemon_arn ⇒ ::String
445 |
# File 'sig/client.rbs', line 445 def daemon_arn: () -> ::String |
#deployment_arn ⇒ ::String
449 |
# File 'sig/client.rbs', line 449 def deployment_arn: () -> ::String |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
446 |
# File 'sig/client.rbs', line 446 def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS") |
#updated_at ⇒ ::Time
448 |
# File 'sig/client.rbs', line 448 def updated_at: () -> ::Time |