Class: Aws::Types::FrameCaptureSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capture_interval::Integer

Returns the value of attribute capture_interval.

Returns:

  • (::Integer)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def capture_interval
  @capture_interval
end

#capture_interval_units"MILLISECONDS", "SECONDS"

Returns the value of attribute capture_interval_units.

Returns:

  • ("MILLISECONDS", "SECONDS")


1369
1370
1371
# File 'sig/types.rbs', line 1369

def capture_interval_units
  @capture_interval_units
end

#timecode_burnin_settingsTypes::TimecodeBurninSettings

Returns the value of attribute timecode_burnin_settings.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def timecode_burnin_settings
  @timecode_burnin_settings
end