Module: Aws::LambdaCore::Client::_GetNetworkConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNetworkConnectorResponse]
- 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
- #last_update_status_reason_code ⇒ "DisallowedByVpcEncryptionControl", ...
- #name ⇒ ::String
- #operator_role ⇒ ::String
- #state ⇒ "PENDING", ...
- #state_reason ⇒ ::String
- #state_reason_code ⇒ "DisallowedByVpcEncryptionControl", ...
- #version ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def arn: () -> ::String
|
#configuration ⇒ Types::NetworkConnectorConfiguration
121 |
# File 'sig/client.rbs', line 121
def configuration: () -> Types::NetworkConnectorConfiguration
|
#id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def id: () -> ::String
|
#last_modified ⇒ ::Time
129 |
# File 'sig/client.rbs', line 129
def last_modified: () -> ::Time
|
#last_update_status ⇒ "Successful", ...
126 |
# File 'sig/client.rbs', line 126
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
#last_update_status_reason ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def last_update_status_reason: () -> ::String
|
#last_update_status_reason_code ⇒ "DisallowedByVpcEncryptionControl", ...
128 |
# File 'sig/client.rbs', line 128
def last_update_status_reason_code: () -> ("DisallowedByVpcEncryptionControl" | "Ec2RequestLimitExceeded" | "InsufficientRolePermissions" | "InternalError" | "InvalidSecurityGroup" | "InvalidSubnet" | "SubnetOutOfIPAddresses")
|
#name ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def name: () -> ::String
|
#operator_role ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def operator_role: () -> ::String
|
#state ⇒ "PENDING", ...
123 |
# File 'sig/client.rbs', line 123
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED")
|
#state_reason ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def state_reason: () -> ::String
|
#state_reason_code ⇒ "DisallowedByVpcEncryptionControl", ...
125 |
# File 'sig/client.rbs', line 125
def state_reason_code: () -> ("DisallowedByVpcEncryptionControl" | "Ec2RequestLimitExceeded" | "InsufficientRolePermissions" | "InternalError" | "InvalidSecurityGroup" | "InvalidSubnet" | "SubnetOutOfIPAddresses")
|
#version ⇒ ::Integer
120 |
# File 'sig/client.rbs', line 120
def version: () -> ::Integer
|