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.



251
252
253
# File 'sig/types.rbs', line 251

def clipping
  @clipping
end

#croppingTypes::CroppingConfig

Returns the value of attribute cropping.



250
251
252
# File 'sig/types.rbs', line 250

def cropping
  @cropping
end

#subtitlingTypes::SubtitlingConfig

Returns the value of attribute subtitling.



252
253
254
# File 'sig/types.rbs', line 252

def subtitling
  @subtitling
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


253
254
255
# File 'sig/types.rbs', line 253

def unknown
  @unknown
end