Class: Aws::Types::ResultFrame
- Inherits:
-
Object
- Object
- Aws::Types::ResultFrame
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
-
#result_set_metadata ⇒ Types::ResultSetMetadata
Returns the value of attribute result_set_metadata.
Instance Attribute Details
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
223 224 225 |
# File 'sig/types.rbs', line 223 def records @records end |
#result_set_metadata ⇒ Types::ResultSetMetadata
Returns the value of attribute result_set_metadata.
222 223 224 |
# File 'sig/types.rbs', line 222 def @result_set_metadata end |