Class: Aws::Types::VpcEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def network_interfaces
  @network_interfaces
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def vpc_id
  @vpc_id
end