Class: Aws::NeptuneGraph::Types::GetPrivateGraphEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetPrivateGraphEndpointOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of the private endpoint.
-
#subnet_ids ⇒ Array<String>
The subnet IDs involved.
-
#vpc_endpoint_id ⇒ String
The ID of the private endpoint.
-
#vpc_id ⇒ String
The ID of the VPC where the private endpoint is located.
Instance Attribute Details
#status ⇒ String
The current status of the private endpoint.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1235 class GetPrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The subnet IDs involved.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1235 class GetPrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the private endpoint.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1235 class GetPrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC where the private endpoint is located.
1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1235 class GetPrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |