Class: Aws::Types::ThumbnailConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recording_mode"DISABLED", "INTERVAL"

Returns the value of attribute recording_mode.

Returns:

  • ("DISABLED", "INTERVAL")


814
815
816
# File 'sig/types.rbs', line 814

def recording_mode
  @recording_mode
end

#resolution"SD", ...

Returns the value of attribute resolution.

Returns:

  • ("SD", "HD", "FULL_HD", "LOWEST_RESOLUTION")


816
817
818
# File 'sig/types.rbs', line 816

def resolution
  @resolution
end

#storage::Array[("SEQUENTIAL" | "LATEST")]

Returns the value of attribute storage.

Returns:

  • (::Array[("SEQUENTIAL" | "LATEST")])


817
818
819
# File 'sig/types.rbs', line 817

def storage
  @storage
end

#target_interval_seconds::Integer

Returns the value of attribute target_interval_seconds.

Returns:

  • (::Integer)


815
816
817
# File 'sig/types.rbs', line 815

def target_interval_seconds
  @target_interval_seconds
end