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
1778 |
# File 'sig/client.rbs', line 1778
def created_at: () -> ::Time
|
#daemon_arn ⇒ ::String
1776 |
# File 'sig/client.rbs', line 1776
def daemon_arn: () -> ::String
|
#deployment_arn ⇒ ::String
1780 |
# File 'sig/client.rbs', line 1780
def deployment_arn: () -> ::String
|
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
1777 |
# File 'sig/client.rbs', line 1777
def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS")
|
#updated_at ⇒ ::Time
1779 |
# File 'sig/client.rbs', line 1779
def updated_at: () -> ::Time
|