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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-neptunedata/types.rb', line 1531

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