Class: Aws::NeptuneGraph::Types::GetGraphSummaryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1382

class GetGraphSummaryInput < Struct.new(
  :graph_identifier,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The summary mode can take one of two values: ‘basic` (the default), and `detailed`.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1382

class GetGraphSummaryInput < Struct.new(
  :graph_identifier,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end