Class: Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointOutput

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 status of the delete operation.

Returns:

  • (String)


783
784
785
786
787
788
789
790
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 783

class DeletePrivateGraphEndpointOutput < 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>)


783
784
785
786
787
788
789
790
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 783

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

#vpc_endpoint_idString

The ID of the VPC endpoint that was deleted.

Returns:

  • (String)


783
784
785
786
787
788
789
790
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 783

class DeletePrivateGraphEndpointOutput < 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 was deleted.

Returns:

  • (String)


783
784
785
786
787
788
789
790
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 783

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