Class: Aws::Types::InputLossBehavior

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#black_frame_msec::Integer

Returns the value of attribute black_frame_msec.

Returns:

  • (::Integer)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def black_frame_msec
  @black_frame_msec
end

#input_loss_image_color::String

Returns the value of attribute input_loss_image_color.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def input_loss_image_color
  @input_loss_image_color
end

#input_loss_image_slateTypes::InputLocation

Returns the value of attribute input_loss_image_slate.



1863
1864
1865
# File 'sig/types.rbs', line 1863

def input_loss_image_slate
  @input_loss_image_slate
end

#input_loss_image_type"COLOR", "SLATE"

Returns the value of attribute input_loss_image_type.

Returns:

  • ("COLOR", "SLATE")


1864
1865
1866
# File 'sig/types.rbs', line 1864

def input_loss_image_type
  @input_loss_image_type
end

#repeat_frame_msec::Integer

Returns the value of attribute repeat_frame_msec.

Returns:

  • (::Integer)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def repeat_frame_msec
  @repeat_frame_msec
end