Method: Aws::NeptuneGraph::Types::GraphSnapshotSummary#id
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#id ⇒ String
The unique identifier of the graph snapshot.
1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1744 class GraphSnapshotSummary < Struct.new( :id, :name, :arn, :source_graph_id, :snapshot_create_time, :status, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |