Class: Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointOutput

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

Status of the private graph endpoint.

Returns:

  • (String)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 575

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

#subnet_idsArray<String>

Subnets in which the private graph endpoint ENIs are created.

Returns:

  • (Array<String>)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 575

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

#vpc_endpoint_idString

Endpoint ID of the prviate grpah endpoint.

Returns:

  • (String)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 575

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

#vpc_idString

VPC in which the private graph endpoint is created.

Returns:

  • (String)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 575

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