Method: Aws::NeptuneGraph::Types::UpdateGraphInput#public_connectivity
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#public_connectivity ⇒ Boolean
Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.
3214 3215 3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3214 class UpdateGraphInput < Struct.new( :graph_identifier, :public_connectivity, :provisioned_memory, :deletion_protection) SENSITIVE = [] include Aws::Structure end |