Method: Aws::NeptuneGraph::Types::DeleteGraphOutput#provisioned_memory
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#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 '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 |