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

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)


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

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