Class: Aws::OpenSearchServerless::Types::VpcEndpointSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

The VPC endpoint object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2713

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

#nameString

The name of the endpoint.

Returns:

  • (String)


2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2713

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

#statusString

The current status of the endpoint.

Returns:

  • (String)


2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2713

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