Class: Aws::OpenSearchServerless::Types::VpcEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::VpcEndpointSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
The VPC endpoint object.
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 of the endpoint.
Instance Attribute Details
#id ⇒ String
The unique identifier of the endpoint.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2733 class VpcEndpointSummary < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2733 class VpcEndpointSummary < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the endpoint.
2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2733 class VpcEndpointSummary < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |