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)


4361
4362
4363
4364
4365
4366
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4361

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:



4361
4362
4363
4364
4365
4366
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4361

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