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
445 |
# File 'sig/client.rbs', line 445
def created_at: () -> ::Time
|
#daemon_arn ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def daemon_arn: () -> ::String
|
#deployment_arn ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def deployment_arn: () -> ::String
|
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
444 |
# File 'sig/client.rbs', line 444
def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS")
|
#updated_at ⇒ ::Time
446 |
# File 'sig/client.rbs', line 446
def updated_at: () -> ::Time
|