Class: Aws::Types::MonitoringDatasetFormat

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::MonitoringCsvDatasetFormat

Returns the value of attribute csv.



9383
9384
9385
# File 'sig/types.rbs', line 9383

def csv
  @csv
end

#jsonTypes::MonitoringJsonDatasetFormat

Returns the value of attribute json.



9384
9385
9386
# File 'sig/types.rbs', line 9384

def json
  @json
end

#parquetTypes::MonitoringParquetDatasetFormat

Returns the value of attribute parquet.



9385
9386
9387
# File 'sig/types.rbs', line 9385

def parquet
  @parquet
end