Class: Aws::OpenSearchServerless::Types::VpcEndpointDetail

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

Overview

Details about an OpenSearch Serverless-managed interface endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateInteger

The date the endpoint was created.

Returns:

  • (Integer)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

Returns:

  • (Array<String>)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the endpoint.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The ID of the subnets from which you access OpenSearch Serverless.

Returns:

  • (Array<String>)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC from which you access OpenSearch Serverless.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2647

class VpcEndpointDetail < Struct.new(
  :created_date,
  :id,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end