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.
9321 9322 9323 |
# File 'sig/types.rbs', line 9321 def csv @csv end |
#json ⇒ Types::MonitoringJsonDatasetFormat
Returns the value of attribute json.
9322 9323 9324 |
# File 'sig/types.rbs', line 9322 def json @json end |
#parquet ⇒ Types::MonitoringParquetDatasetFormat
Returns the value of attribute parquet.
9323 9324 9325 |
# File 'sig/types.rbs', line 9323 def parquet @parquet end |