Class: Aws::ElasticsearchService::Types::VpcEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::VpcEndpointSummary
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
Summary information for an Amazon OpenSearch Service-managed VPC endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
-
#status ⇒ String
The current status of the endpoint.
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
-
#vpc_endpoint_owner ⇒ String
The creator of the endpoint.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
4623 4624 4625 4626 4627 4628 4629 4630 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4623 class VpcEndpointSummary < Struct.new( :vpc_endpoint_id, :vpc_endpoint_owner, :domain_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the endpoint.
4623 4624 4625 4626 4627 4628 4629 4630 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4623 class VpcEndpointSummary < Struct.new( :vpc_endpoint_id, :vpc_endpoint_owner, :domain_arn, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
4623 4624 4625 4626 4627 4628 4629 4630 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4623 class VpcEndpointSummary < Struct.new( :vpc_endpoint_id, :vpc_endpoint_owner, :domain_arn, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_owner ⇒ String
The creator of the endpoint.
4623 4624 4625 4626 4627 4628 4629 4630 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4623 class VpcEndpointSummary < Struct.new( :vpc_endpoint_id, :vpc_endpoint_owner, :domain_arn, :status) SENSITIVE = [] include Aws::Structure end |