Module: Aws::VPCLattice::Client::_DeleteServiceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


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

def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")