Module: Aws::VPCLattice::Client::_DeleteResourceGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteResourceGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def arn: () -> ::String
|
#id ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def id: () -> ::String
|
#name ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
427 |
# File 'sig/client.rbs', line 427
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|