Module: Aws::LambdaCore::Client::_DeleteNetworkConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteNetworkConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #configuration ⇒ Types::NetworkConnectorConfiguration
- #id ⇒ ::String
- #name ⇒ ::String
- #operator_role ⇒ ::String
- #state ⇒ "PENDING", ...
Instance Method Details
#arn ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def arn: () -> ::String
|
#configuration ⇒ Types::NetworkConnectorConfiguration
105 |
# File 'sig/client.rbs', line 105
def configuration: () -> Types::NetworkConnectorConfiguration
|
#id ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def id: () -> ::String
|
#name ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def name: () -> ::String
|
#operator_role ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def operator_role: () -> ::String
|
#state ⇒ "PENDING", ...
107 |
# File 'sig/client.rbs', line 107
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED")
|