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

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

Instance Attribute Details

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


800
801
802
803
804
805
806
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 800

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

#nameString

The name of the endpoint.

Returns:

  • (String)


800
801
802
803
804
805
806
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 800

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

#statusString

The current status in the endpoint creation process.

Returns:

  • (String)


800
801
802
803
804
805
806
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 800

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