Class: Aws::Types::MonitoringDatasetFormat
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringDatasetFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv ⇒ Types::MonitoringCsvDatasetFormat
Returns the value of attribute csv.
-
#json ⇒ Types::MonitoringJsonDatasetFormat
Returns the value of attribute json.
-
#parquet ⇒ Types::MonitoringParquetDatasetFormat
Returns the value of attribute parquet.
Instance Attribute Details
#csv ⇒ Types::MonitoringCsvDatasetFormat
Returns the value of attribute csv.
9336 9337 9338 |
# File 'sig/types.rbs', line 9336 def csv @csv end |
#json ⇒ Types::MonitoringJsonDatasetFormat
Returns the value of attribute json.
9337 9338 9339 |
# File 'sig/types.rbs', line 9337 def json @json end |
#parquet ⇒ Types::MonitoringParquetDatasetFormat
Returns the value of attribute parquet.
9338 9339 9340 |
# File 'sig/types.rbs', line 9338 def parquet @parquet end |