Class: Aws::Types::QueryRecords
- Inherits:
-
Object
- Object
- Aws::Types::QueryRecords
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CsvRecords, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_records ⇒ ::String
Returns the value of attribute csv_records.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#csv_records ⇒ ::String
Returns the value of attribute csv_records.
347 348 349 |
# File 'sig/types.rbs', line 347 def csv_records @csv_records end |
#unknown ⇒ Object
Returns the value of attribute unknown.
348 349 350 |
# File 'sig/types.rbs', line 348 def unknown @unknown end |