Class: Aws::Neptunedata::Types::GetRDFGraphSummaryInput

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)


1562
1563
1564
1565
1566
# File 'lib/aws-sdk-neptunedata/types.rb', line 1562

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