Class: Aws::NeptuneGraph::Types::GraphSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GraphSummary
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Summary details about a graph.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN associated with the graph.
-
#deletion_protection ⇒ Boolean
If
true
, deletion protection is 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.
-
#status ⇒ String
The status of the graph.
Instance Attribute Details
#arn ⇒ String
The ARN associated with the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#deletion_protection ⇒ Boolean
If true
, deletion protection is enabled for the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The graph endpoint.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
The ID of the KMS key used to encrypt and decrypt graph data.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#provisioned_memory ⇒ Integer
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#public_connectivity ⇒ Boolean
If true
, the graph has a public endpoint, otherwise not.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#replica_count ⇒ Integer
The number of replicas for the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the graph.
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1801 class GraphSummary < Struct.new( :id, :name, :arn, :status, :provisioned_memory, :public_connectivity, :endpoint, :replica_count, :kms_key_identifier, :deletion_protection) SENSITIVE = [] include Aws::Structure end |