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

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

Overview

Note:

When making an API call, you may pass FrameCaptureOutputSettings data as a hash:

{
  name_modifier: "__string",
}

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)


7581
7582
7583
7584
7585
# File 'lib/aws-sdk-medialive/types.rb', line 7581

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