Class: Aws::NeptuneGraph::Types::GetGraphSnapshotInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_identifierString

The ID of the snapshot to retrieve.

Returns:

  • (String)


976
977
978
979
980
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 976

class GetGraphSnapshotInput < Struct.new(
  :snapshot_identifier)
  SENSITIVE = []
  include Aws::Structure
end