Class: Aws::Types::FecOutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::FecOutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_depth ⇒ ::Integer
Returns the value of attribute column_depth.
-
#include_fec ⇒ "COLUMN", "COLUMN_AND_ROW"
Returns the value of attribute include_fec.
-
#row_length ⇒ ::Integer
Returns the value of attribute row_length.
Instance Attribute Details
#column_depth ⇒ ::Integer
Returns the value of attribute column_depth.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def column_depth @column_depth end |
#include_fec ⇒ "COLUMN", "COLUMN_AND_ROW"
Returns the value of attribute include_fec.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def include_fec @include_fec end |
#row_length ⇒ ::Integer
Returns the value of attribute row_length.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def row_length @row_length end |