Class: Aws::OpenSearchServerless::Types::CreateVpcEndpointDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 790

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

#nameString

The name of the endpoint.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 790

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

#statusString

The current status in the endpoint creation process.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 790

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