Method: Aws::NeptuneGraph::Types::GetGraphSnapshotOutput#status
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#status ⇒ String
The status of the graph snapshot.
1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File '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 |