Class: Aws::Types::OutputConfig

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

Defined Under Namespace

Classes: Clipping, ContextualMetadata, Cropping, Subtitling, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clippingTypes::ClippingConfig

Returns the value of attribute clipping.



315
316
317
# File 'sig/types.rbs', line 315

def clipping
  @clipping
end

#contextual_metadataTypes::ContextualMetadataConfig

Returns the value of attribute contextual_metadata.



317
318
319
# File 'sig/types.rbs', line 317

def 
  @contextual_metadata
end

#croppingTypes::CroppingConfig

Returns the value of attribute cropping.



314
315
316
# File 'sig/types.rbs', line 314

def cropping
  @cropping
end

#subtitlingTypes::SubtitlingConfig

Returns the value of attribute subtitling.



316
317
318
# File 'sig/types.rbs', line 316

def subtitling
  @subtitling
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


318
319
320
# File 'sig/types.rbs', line 318

def unknown
  @unknown
end