Class: Aws::Types::FormatOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csv ⇒ Types::CsvOptions

Returns the value of attribute csv.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def csv
  @csv
end

#excel ⇒ Types::ExcelOptions

Returns the value of attribute excel.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def excel
  @excel
end

#json ⇒ Types::JsonOptions

Returns the value of attribute json.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def json
  @json
end