Class: Aws::OpenSearchServerless::Types::UpdateVpcEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_vpc_endpoint_detailTypes::UpdateVpcEndpointDetail

Details about the updated VPC endpoint.



2593
2594
2595
2596
2597
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2593

class UpdateVpcEndpointResponse < Struct.new(
  :update_vpc_endpoint_detail)
  SENSITIVE = []
  include Aws::Structure
end