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)


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

def column_depth
  @column_depth
end

#include_fec"COLUMN", "COLUMN_AND_ROW"

Returns the value of attribute include_fec.

Returns:

  • ("COLUMN", "COLUMN_AND_ROW")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def include_fec
  @include_fec
end

#row_length::Integer

Returns the value of attribute row_length.

Returns:

  • (::Integer)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def row_length
  @row_length
end