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.
4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4145 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.
4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4145 class UpdateVpcEndpointRequest < Struct.new( :vpc_endpoint_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |