Class: Aws::ElasticsearchService::Types::UpdateVpcEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idString

Unique identifier of the VPC endpoint to be updated.

Returns:

  • (String)


4305
4306
4307
4308
4309
4310
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4305

class UpdateVpcEndpointRequest < Struct.new(
  :vpc_endpoint_id,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_optionsTypes::VPCOptions

The security groups and/or subnets to add, remove, or modify.

Returns:



4305
4306
4307
4308
4309
4310
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4305

class UpdateVpcEndpointRequest < Struct.new(
  :vpc_endpoint_id,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end