Class: Aws::NeptuneGraph::Types::StopGraphInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::StopGraphInput
- 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.
Instance Attribute Details
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
3016 3017 3018 3019 3020 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 3016 class StopGraphInput < Struct.new( :graph_identifier) SENSITIVE = [] include Aws::Structure end |