Class: Aws::OpenSearchServerless::Types::CreateVpcEndpointDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateVpcEndpointDetail
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html
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.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 790 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 790 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status in the endpoint creation process.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 790 class CreateVpcEndpointDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |