Class: Aws::OpenSearchServerless::Types::CreateVpcEndpointDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateVpcEndpointDetail
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an 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 in the endpoint creation process.
Instance Attribute Details
#id ⇒ String
The unique identifier of the endpoint.
835 836 837 838 839 840 841 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 835 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint.
835 836 837 838 839 840 841 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 835 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status in the endpoint creation process.
835 836 837 838 839 840 841 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 835 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |