Class: Aws::Types::UpdateVpcEndpointRequest

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)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_optionsTypes::VPCOptions

Returns the value of attribute vpc_options.

Returns:



1243
1244
1245
# File 'sig/types.rbs', line 1243

def vpc_options
  @vpc_options
end