Class: Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Status of the private graph endpoint.
-
#subnet_ids ⇒ Array<String>
Subnets in which the private graph endpoint ENIs are created.
-
#vpc_endpoint_id ⇒ String
Endpoint ID of the prviate grpah endpoint.
-
#vpc_id ⇒ String
VPC in which the private graph endpoint is created.
Instance Attribute Details
#status ⇒ String
Status of the private graph endpoint.
673 674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 673 class CreatePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
Subnets in which the private graph endpoint ENIs are created.
673 674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 673 class CreatePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
Endpoint ID of the prviate grpah endpoint.
673 674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 673 class CreatePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
VPC in which the private graph endpoint is created.
673 674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 673 class CreatePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |