Class: Aws::NeptuneGraph::Types::GetGraphSummaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetGraphSummaryInput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
-
#mode ⇒ String
The summary mode can take one of two values:
basic
(the default), anddetailed
.
Instance Attribute Details
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1382 class GetGraphSummaryInput < Struct.new( :graph_identifier, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The summary mode can take one of two values: basic
(the default),
and detailed
.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1382 class GetGraphSummaryInput < Struct.new( :graph_identifier, :mode) SENSITIVE = [] include Aws::Structure end |