Class: Aws::OpenSearchServerless::Types::DeleteVpcEndpointDetail

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

Overview

Deletion details for an OpenSearch Serverless-managed interface endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1046

class DeleteVpcEndpointDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1046

class DeleteVpcEndpointDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the endpoint deletion process.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1046

class DeleteVpcEndpointDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end