Module: Aws::LambdaCore::Client::_UpdateNetworkConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateNetworkConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #configuration ⇒ Types::NetworkConnectorConfiguration
- #id ⇒ ::String
- #last_modified ⇒ ::Time
- #last_update_status ⇒ "Successful", ...
- #last_update_status_reason ⇒ ::String
- #name ⇒ ::String
- #operator_role ⇒ ::String
- #state ⇒ "PENDING", ...
Instance Method Details
#arn ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def arn: () -> ::String
|
#configuration ⇒ Types::NetworkConnectorConfiguration
156 |
# File 'sig/client.rbs', line 156
def configuration: () -> Types::NetworkConnectorConfiguration
|
#id ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def id: () -> ::String
|
#last_modified ⇒ ::Time
160 |
# File 'sig/client.rbs', line 160
def last_modified: () -> ::Time
|
#last_update_status ⇒ "Successful", ...
158 |
# File 'sig/client.rbs', line 158
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
#last_update_status_reason ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def last_update_status_reason: () -> ::String
|
#name ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def name: () -> ::String
|
#operator_role ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def operator_role: () -> ::String
|
#state ⇒ "PENDING", ...
157 |
# File 'sig/client.rbs', line 157
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED")
|