Class: Aws::Types::ThumbnailConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ThumbnailConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recording_mode ⇒ "DISABLED", "INTERVAL"
Returns the value of attribute recording_mode.
-
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
-
#storage ⇒ ::Array[("SEQUENTIAL" | "LATEST")]
Returns the value of attribute storage.
-
#target_interval_seconds ⇒ ::Integer
Returns the value of attribute target_interval_seconds.
Instance Attribute Details
#recording_mode ⇒ "DISABLED", "INTERVAL"
Returns the value of attribute recording_mode.
814 815 816 |
# File 'sig/types.rbs', line 814 def recording_mode @recording_mode end |
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
816 817 818 |
# File 'sig/types.rbs', line 816 def resolution @resolution end |
#storage ⇒ ::Array[("SEQUENTIAL" | "LATEST")]
Returns the value of attribute storage.
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.
815 816 817 |
# File 'sig/types.rbs', line 815 def target_interval_seconds @target_interval_seconds end |