Class: Aws::ElasticsearchService::Types::UpdateVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdateVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- 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.
4305 4306 4307 4308 4309 4310 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4305 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.
4305 4306 4307 4308 4309 4310 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4305 class UpdateVpcEndpointRequest < Struct.new( :vpc_endpoint_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |