Class: Aws::ElasticsearchService::Types::UpdateVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdateVpcEndpointRequest
- 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
-
#vpc_endpoint_id ⇒ String
Unique identifier of the VPC endpoint to be updated.
-
#vpc_options ⇒ Types::VPCOptions
The security groups and/or subnets to add, remove, or modify.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
Unique identifier of the VPC endpoint to be updated.
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_options ⇒ Types::VPCOptions
The security groups and/or subnets to add, remove, or modify.
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 |