Class: Aws::OpenSearchService::Types::UpdateVpcEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idString

The unique identifier of the endpoint.

Returns:

  • (String)


6206
6207
6208
6209
6210
6211
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6206

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:



6206
6207
6208
6209
6210
6211
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6206

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