Class: Aws::Types::ServiceNetworkEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_type"SERVICENETWORK"

Returns the value of attribute vpc_endpoint_type.

Returns:

  • ("SERVICENETWORK")


2307
2308
2309
# File 'sig/types.rbs', line 2307

def vpc_endpoint_type
  @vpc_endpoint_type
end