Class: Aws::NeptuneGraph::Types::CreateGraphSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::CreateGraphSnapshotOutput
- 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 of the snapshot created.
-
#id ⇒ String
The ID of the snapshot created.
-
#kms_key_identifier ⇒ String
The ID of the KMS key used to encrypt and decrypt graph data.
-
#name ⇒ String
The name of the snapshot created.
-
#snapshot_create_time ⇒ Time
The snapshot creation time.
-
#source_graph_id ⇒ String
The Id of the Neptune Analytics graph from which the snapshot is created.
-
#status ⇒ String
The current state of the snapshot.
Instance Attribute Details
#arn ⇒ String
The ARN of the snapshot created.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the snapshot created.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
The ID of the KMS key used to encrypt and decrypt graph data.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the snapshot created.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#snapshot_create_time ⇒ Time
The snapshot creation time
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#source_graph_id ⇒ String
The Id of the Neptune Analytics graph from which the snapshot is created.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the snapshot.
417 418 419 420 421 422 423 424 425 426 427 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417 class CreateGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |