Class: Aws::NeptuneGraph::Types::PrivateGraphEndpointSummary

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

Overview

Details about a private graph endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the private graph endpoint.

Returns:

  • (String)


1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1957

class PrivateGraphEndpointSummary < Struct.new(
  :vpc_id,
  :subnet_ids,
  :status,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The subnet IDs associated with the private graph endpoint.

Returns:

  • (Array<String>)


1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1957

class PrivateGraphEndpointSummary < Struct.new(
  :vpc_id,
  :subnet_ids,
  :status,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1957

class PrivateGraphEndpointSummary < Struct.new(
  :vpc_id,
  :subnet_ids,
  :status,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC in which the private graph endpoint is located.

Returns:

  • (String)


1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1957

class PrivateGraphEndpointSummary < Struct.new(
  :vpc_id,
  :subnet_ids,
  :status,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end