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

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

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1040

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)


1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1040

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