Module: Aws::ECS::Client::_CreateDaemonResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#daemon_arn::String

Returns:

  • (::String)


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

def daemon_arn: () -> ::String

#deployment_arn::String

Returns:

  • (::String)


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

def deployment_arn: () -> ::String

#status"ACTIVE", "DELETE_IN_PROGRESS"

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS")


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

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