Method: Aws::NeptuneGraph::Types::DeleteGraphOutput#arn

Defined in:
lib/aws-sdk-neptunegraph/types.rb

#arnString

The ARN associated with the graph.

Returns:

  • (String)


767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
# File 'lib/aws-sdk-neptunegraph/types.rb', line 767

class DeleteGraphOutput < Struct.new(
  :id,
  :name,
  :arn,
  :status,
  :status_reason,
  :create_time,
  :provisioned_memory,
  :endpoint,
  :public_connectivity,
  :vector_search_configuration,
  :replica_count,
  :kms_key_identifier,
  :source_snapshot_id,
  :deletion_protection,
  :build_number)
  SENSITIVE = []
  include Aws::Structure
end