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.



9336
9337
9338
# File 'sig/types.rbs', line 9336

def csv
  @csv
end

#jsonTypes::MonitoringJsonDatasetFormat

Returns the value of attribute json.



9337
9338
9339
# File 'sig/types.rbs', line 9337

def json
  @json
end

#parquetTypes::MonitoringParquetDatasetFormat

Returns the value of attribute parquet.



9338
9339
9340
# File 'sig/types.rbs', line 9338

def parquet
  @parquet
end