Class: Aws::NeptuneGraph::Types::GetGraphSnapshotOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::NeptuneGraph::Types::GetGraphSnapshotOutput
 
- 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 for which a snapshot is to be created. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the graph snapshot. 
Instance Attribute Details
#arn ⇒ String
The ARN of the graph snapshot.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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. Only lowercase letters are allowed.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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 for which a snapshot is to be created.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < 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.
| 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 | # File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359 class GetGraphSnapshotOutput < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |