Class: Aws::OpenSearchService::Types::UpdateVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
-
#vpc_options ⇒ Types::VPCOptions
The security groups and/or subnets to add, remove, or modify.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
7392 7393 7394 7395 7396 7397 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7392 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.
7392 7393 7394 7395 7396 7397 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7392 class UpdateVpcEndpointRequest < Struct.new( :vpc_endpoint_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |