Method: Aws::NeptuneGraph::Types::GetGraphSnapshotOutput#status

Defined in:
lib/aws-sdk-neptunegraph/types.rb

#statusString

The status of the graph snapshot.

Returns:

  • (String)


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