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
458 |
# File 'sig/client.rbs', line 458
def arn: () -> ::String
|
#id ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def id: () -> ::String
|
#name ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
460 |
# File 'sig/client.rbs', line 460
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|