Module: Aws::ECS::Client::_DeleteDaemonResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteDaemonResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


445
# File 'sig/client.rbs', line 445

def created_at: () -> ::Time

#daemon_arn::String

Returns:

  • (::String)


443
# File 'sig/client.rbs', line 443

def daemon_arn: () -> ::String

#deployment_arn::String

Returns:

  • (::String)


447
# File 'sig/client.rbs', line 447

def deployment_arn: () -> ::String

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


444
# File 'sig/client.rbs', line 444

def status: () -> ("ACTIVE" | "DELETE_IN_PROGRESS")

#updated_at::Time

Returns:

  • (::Time)


446
# File 'sig/client.rbs', line 446

def updated_at: () -> ::Time