Module: Aws::LambdaCore::Client::_CreateNetworkConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateNetworkConnectorResponse]
- 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
83 |
# File 'sig/client.rbs', line 83
def arn: () -> ::String
|
#configuration ⇒ Types::NetworkConnectorConfiguration
86 |
# File 'sig/client.rbs', line 86
def configuration: () -> Types::NetworkConnectorConfiguration
|
#id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def id: () -> ::String
|
#name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def name: () -> ::String
|
#operator_role ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def operator_role: () -> ::String
|
#state ⇒ "PENDING", ...
88 |
# File 'sig/client.rbs', line 88
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED")
|