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

#subnet_mappings::Array[Types::SubnetMapping]

Returns the value of attribute subnet_mappings.

Returns:



2078
2079
2080
# File 'sig/types.rbs', line 2078

def subnet_mappings
  @subnet_mappings
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def vpc_id
  @vpc_id
end