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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1113

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

#idString

The VPC endpoint identifier.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1113

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