Class: Aws::Types::OutputConfig

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

Defined Under Namespace

Classes: Clipping, Cropping, Subtitling, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clippingTypes::ClippingConfig

Returns the value of attribute clipping.



278
279
280
# File 'sig/types.rbs', line 278

def clipping
  @clipping
end

#croppingTypes::CroppingConfig

Returns the value of attribute cropping.



277
278
279
# File 'sig/types.rbs', line 277

def cropping
  @cropping
end

#subtitlingTypes::SubtitlingConfig

Returns the value of attribute subtitling.



279
280
281
# File 'sig/types.rbs', line 279

def subtitling
  @subtitling
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


280
281
282
# File 'sig/types.rbs', line 280

def unknown
  @unknown
end