Module: Aws::ECS::Client::_CreateDaemonResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDaemonResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #daemon_arn ⇒ ::String
- #deployment_arn ⇒ ::String
- #status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Instance Method Details
#created_at ⇒ ::Time
193 |
# File 'sig/client.rbs', line 193
def created_at: () -> ::Time
|
#daemon_arn ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def daemon_arn: () -> ::String
|
#deployment_arn ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def deployment_arn: () -> ::String
|
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
192 |
# File 'sig/client.rbs', line 192
def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS")
|