Class: Aws::OpenSearchServerless::Types::DeleteVpcEndpointDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteVpcEndpointDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Deletion details for an OpenSearch Serverless-managed interface endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the endpoint.
-
#name ⇒ String
The name of the endpoint.
-
#status ⇒ String
The current status of the endpoint deletion process.
Instance Attribute Details
#id ⇒ String
The unique identifier of the endpoint.
1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1056 class DeleteVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint.
1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1056 class DeleteVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the endpoint deletion process.
1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1056 class DeleteVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |