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.



295
296
297
# File 'sig/types.rbs', line 295

def clipping
  @clipping
end

#croppingTypes::CroppingConfig

Returns the value of attribute cropping.



294
295
296
# File 'sig/types.rbs', line 294

def cropping
  @cropping
end

#subtitlingTypes::SubtitlingConfig

Returns the value of attribute subtitling.



296
297
298
# File 'sig/types.rbs', line 296

def subtitling
  @subtitling
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


297
298
299
# File 'sig/types.rbs', line 297

def unknown
  @unknown
end