Class: Aws::NeptuneGraph::Types::DeleteGraphOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::NeptuneGraph::Types::DeleteGraphOutput
 
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN associated with the graph. 
- 
  
    
      #build_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The build number associated with the graph. 
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the graph was created. 
- 
  
    
      #deletion_protection  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, deletion protection was enabled for the graph.
- 
  
    
      #endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The graph endpoint. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the graph. 
- 
  
    
      #kms_key_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the KMS key used to encrypt and decrypt graph data. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the graph. 
- 
  
    
      #provisioned_memory  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph. 
- 
  
    
      #public_connectivity  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, the graph has a public endpoint, otherwise not.
- 
  
    
      #replica_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of replicas for the graph. 
- 
  
    
      #source_snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the snapshot from which the graph was created, if the graph was recovered from a snapshot. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the graph. 
- 
  
    
      #status_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason for the status of the graph. 
- 
  
    
      #vector_search_configuration  ⇒ Types::VectorSearchConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the number of dimensions for vector embeddings loaded into the graph. 
Instance Attribute Details
#arn ⇒ String
The ARN associated with the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#build_number ⇒ String
The build number associated with the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#create_time ⇒ Time
The time at which the graph was created.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#deletion_protection ⇒ Boolean
If true, deletion protection was enabled for the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#endpoint ⇒ String
The graph endpoint.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#id ⇒ String
The unique identifier of the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#kms_key_identifier ⇒ String
The ID of the KMS key used to encrypt and decrypt graph data.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#name ⇒ String
The name of the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#provisioned_memory ⇒ Integer
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#public_connectivity ⇒ Boolean
If true, the graph has a public endpoint, otherwise not.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#replica_count ⇒ Integer
The number of replicas for the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#source_snapshot_id ⇒ String
The ID of the snapshot from which the graph was created, if the graph was recovered from a snapshot.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#status ⇒ String
The status of the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#status_reason ⇒ String
The reason for the status of the graph.
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 | 
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
Specifies the number of dimensions for vector embeddings loaded into the graph. Max = 65535
| 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 | # File 'gems/aws-sdk-neptunegraph/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 |