Class: Aws::Neptunedata::Types::GetRDFGraphSummaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetRDFGraphSummaryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
Mode can take one of two values: ‘BASIC` (the default), and `DETAILED`.
Instance Attribute Details
#mode ⇒ String
Mode can take one of two values: ‘BASIC` (the default), and `DETAILED`.
1562 1563 1564 1565 1566 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1562 class GetRDFGraphSummaryInput < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |