Class: Aws::Types::ExcelOptions
- Inherits:
-
Object
- Object
- Aws::Types::ExcelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header_row ⇒ Boolean
Returns the value of attribute header_row.
-
#sheet_indexes ⇒ ::Array[::Integer]
Returns the value of attribute sheet_indexes.
-
#sheet_names ⇒ ::Array[::String]
Returns the value of attribute sheet_names.
Instance Attribute Details
#header_row ⇒ Boolean
Returns the value of attribute header_row.
494 495 496 |
# File 'sig/types.rbs', line 494 def header_row @header_row end |
#sheet_indexes ⇒ ::Array[::Integer]
Returns the value of attribute sheet_indexes.
493 494 495 |
# File 'sig/types.rbs', line 493 def sheet_indexes @sheet_indexes end |
#sheet_names ⇒ ::Array[::String]
Returns the value of attribute sheet_names.
492 493 494 |
# File 'sig/types.rbs', line 492 def sheet_names @sheet_names end |