Class: Aws::Neptunedata::Types::GetPropertygraphSummaryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

Mode can take one of two values: BASIC (the default), and DETAILED.

Returns:

  • (String)


1531
1532
1533
1534
1535
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1531

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