Class: Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the delete operation.
-
#subnet_ids ⇒ Array<String>
The subnet IDs involved.
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint that was deleted.
-
#vpc_id ⇒ String
The ID of the VPC where the private endpoint was deleted.
Instance Attribute Details
#status ⇒ String
The status of the delete operation.
881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 881 class DeletePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The subnet IDs involved.
881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 881 class DeletePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint that was deleted.
881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 881 class DeletePrivateGraphEndpointOutput < 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 was deleted.
881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 881 class DeletePrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |