Class: Aws::Types::FormatOptions
- Inherits:
-
Object
- Object
- Aws::Types::FormatOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv ⇒ Types::CsvOptions
Returns the value of attribute csv.
-
#excel ⇒ Types::ExcelOptions
Returns the value of attribute excel.
-
#json ⇒ Types::JsonOptions
Returns the value of attribute json.
Instance Attribute Details
#csv ⇒ Types::CsvOptions
Returns the value of attribute csv.
514 515 516 |
# File 'sig/types.rbs', line 514 def csv @csv end |
#excel ⇒ Types::ExcelOptions
Returns the value of attribute excel.
513 514 515 |
# File 'sig/types.rbs', line 513 def excel @excel end |
#json ⇒ Types::JsonOptions
Returns the value of attribute json.
512 513 514 |
# File 'sig/types.rbs', line 512 def json @json end |