Class: Aws::NeptuneGraph::Types::GetPrivateGraphEndpointOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the private endpoint.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1219

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

#subnet_idsArray<String>

The subnet IDs involved.

Returns:

  • (Array<String>)


1219
1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1219

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

#vpc_endpoint_idString

The ID of the private endpoint.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1219

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

#vpc_idString

The ID of the VPC where the private endpoint is located.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1219

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