Class: Aws::ElasticsearchService::Types::VpcEndpointSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) of the domain associated with the endpoint.

Returns:

  • (String)


4463
4464
4465
4466
4467
4468
4469
4470
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4463

class VpcEndpointSummary < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the endpoint.

Returns:

  • (String)


4463
4464
4465
4466
4467
4468
4469
4470
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4463

class VpcEndpointSummary < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The unique identifier of the endpoint.

Returns:

  • (String)


4463
4464
4465
4466
4467
4468
4469
4470
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4463

class VpcEndpointSummary < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_ownerString

The creator of the endpoint.

Returns:

  • (String)


4463
4464
4465
4466
4467
4468
4469
4470
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4463

class VpcEndpointSummary < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end