Module: Aws::LambdaCore::Client::_GetNetworkConnectorResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetNetworkConnectorResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


117
# File 'sig/client.rbs', line 117

def arn: () -> ::String

#configurationTypes::NetworkConnectorConfiguration



121
# File 'sig/client.rbs', line 121

def configuration: () -> Types::NetworkConnectorConfiguration

#id::String

Returns:

  • (::String)


119
# File 'sig/client.rbs', line 119

def id: () -> ::String

#last_modified::Time

Returns:

  • (::Time)


129
# File 'sig/client.rbs', line 129

def last_modified: () -> ::Time

#last_update_status"Successful", ...

Returns:

  • ("Successful", "Failed", "InProgress")


126
# File 'sig/client.rbs', line 126

def last_update_status: () -> ("Successful" | "Failed" | "InProgress")

#last_update_status_reason::String

Returns:

  • (::String)


127
# File 'sig/client.rbs', line 127

def last_update_status_reason: () -> ::String

#last_update_status_reason_code"DisallowedByVpcEncryptionControl", ...

Returns:

  • ("DisallowedByVpcEncryptionControl", "Ec2RequestLimitExceeded", "InsufficientRolePermissions", "InternalError", "InvalidSecurityGroup", "InvalidSubnet", "SubnetOutOfIPAddresses")


128
# File 'sig/client.rbs', line 128

def last_update_status_reason_code: () -> ("DisallowedByVpcEncryptionControl" | "Ec2RequestLimitExceeded" | "InsufficientRolePermissions" | "InternalError" | "InvalidSecurityGroup" | "InvalidSubnet" | "SubnetOutOfIPAddresses")

#name::String

Returns:

  • (::String)


118
# File 'sig/client.rbs', line 118

def name: () -> ::String

#operator_role::String

Returns:

  • (::String)


122
# File 'sig/client.rbs', line 122

def operator_role: () -> ::String

#state"PENDING", ...

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "FAILED", "DELETING", "DELETE_FAILED")


123
# File 'sig/client.rbs', line 123

def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED")

#state_reason::String

Returns:

  • (::String)


124
# File 'sig/client.rbs', line 124

def state_reason: () -> ::String

#state_reason_code"DisallowedByVpcEncryptionControl", ...

Returns:

  • ("DisallowedByVpcEncryptionControl", "Ec2RequestLimitExceeded", "InsufficientRolePermissions", "InternalError", "InvalidSecurityGroup", "InvalidSubnet", "SubnetOutOfIPAddresses")


125
# File 'sig/client.rbs', line 125

def state_reason_code: () -> ("DisallowedByVpcEncryptionControl" | "Ec2RequestLimitExceeded" | "InsufficientRolePermissions" | "InternalError" | "InvalidSecurityGroup" | "InvalidSubnet" | "SubnetOutOfIPAddresses")

#version::Integer

Returns:

  • (::Integer)


120
# File 'sig/client.rbs', line 120

def version: () -> ::Integer