Class: Aws::Types::Csv
- Inherits:
-
Object
- Object
- Aws::Types::Csv
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_names ⇒ ::Array[("ALIAS" | "ASSET_ID" | "PROPERTY_ID" | "DATA_TYPE" | "TIMESTAMP_SECONDS" | "TIMESTAMP_NANO_OFFSET" | "QUALITY" | "VALUE")]
Returns the value of attribute column_names.
Instance Attribute Details
#column_names ⇒ ::Array[("ALIAS" | "ASSET_ID" | "PROPERTY_ID" | "DATA_TYPE" | "TIMESTAMP_SECONDS" | "TIMESTAMP_NANO_OFFSET" | "QUALITY" | "VALUE")]
Returns the value of attribute column_names.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def column_names @column_names end |