Class: Aws::NeptuneGraph::Types::DeleteGraphSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::DeleteGraphSnapshotOutput
- 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 graph snapshot.
-
#id ⇒ String
The unique identifier of the graph snapshot.
-
#kms_key_identifier ⇒ String
The ID of the KMS key used to encrypt and decrypt the snapshot.
-
#name ⇒ String
The snapshot name.
-
#snapshot_create_time ⇒ Time
The time when the snapshot was created.
-
#source_graph_id ⇒ String
The graph identifier for the graph from which the snapshot was created.
-
#status ⇒ String
The status of the graph snapshot.
Instance Attribute Details
#arn ⇒ String
The ARN of the graph snapshot.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the graph snapshot.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < 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 the snapshot.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The snapshot name. For example: my-snapshot-1
.
The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < 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 time when the snapshot was created.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < 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 graph identifier for the graph from which the snapshot was created.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the graph snapshot.
752 753 754 755 756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 752 class DeleteGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |