Class: Aws::MediaLive::Types::FrameCaptureOutputSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Frame Capture Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name_modifierString

Required if the output group contains more than one output. This modifier forms part of the output file name.

Returns:

  • (String)


4734
4735
4736
4737
4738
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4734

class FrameCaptureOutputSettings < Struct.new(
  :name_modifier)
  SENSITIVE = []
  include Aws::Structure
end