Class: Aws::OpenSearchServerless::Types::DeleteVpcEndpointRequest

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

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1068

class DeleteVpcEndpointRequest < Struct.new(
  :client_token,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The VPC endpoint identifier.

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1068

class DeleteVpcEndpointRequest < Struct.new(
  :client_token,
  :id)
  SENSITIVE = []
  include Aws::Structure
end