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.



9321
9322
9323
# File 'sig/types.rbs', line 9321

def csv
  @csv
end

#jsonTypes::MonitoringJsonDatasetFormat

Returns the value of attribute json.



9322
9323
9324
# File 'sig/types.rbs', line 9322

def json
  @json
end

#parquetTypes::MonitoringParquetDatasetFormat

Returns the value of attribute parquet.



9323
9324
9325
# File 'sig/types.rbs', line 9323

def parquet
  @parquet
end