Class: Aws::Types::FecOutputSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_depth::Integer

Returns the value of attribute column_depth.

Returns:

  • (::Integer)


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.

Returns:

  • ("COLUMN", "COLUMN_AND_ROW")


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.

Returns:

  • (::Integer)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def row_length
  @row_length
end