Class: Aws::Types::QueryGraphOutput
- Inherits:
-
Object
- Object
- Aws::Types::QueryGraphOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ResultItem]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ResultItem]
Returns the value of attribute items.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def next_token @next_token end |