Class: Aws::Types::GetQueryResultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::Array[::Array[::String]]
Returns the value of attribute data.
-
#fields ⇒ ::Array[Types::QueryField]
Returns the value of attribute fields.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data ⇒ ::Array[::Array[::String]]
Returns the value of attribute data.
149 150 151 |
# File 'sig/types.rbs', line 149 def data @data end |
#fields ⇒ ::Array[Types::QueryField]
Returns the value of attribute fields.
148 149 150 |
# File 'sig/types.rbs', line 148 def fields @fields end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def next_token @next_token end |