Class: Aws::Types::RecordingMode
- Inherits:
-
Object
- Object
- Aws::Types::RecordingMode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recording_frequency ⇒ "CONTINUOUS", "DAILY"
Returns the value of attribute recording_frequency.
-
#recording_mode_overrides ⇒ ::Array[Types::RecordingModeOverride]
Returns the value of attribute recording_mode_overrides.
Instance Attribute Details
#recording_frequency ⇒ "CONTINUOUS", "DAILY"
Returns the value of attribute recording_frequency.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def recording_frequency @recording_frequency end |
#recording_mode_overrides ⇒ ::Array[Types::RecordingModeOverride]
Returns the value of attribute recording_mode_overrides.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def recording_mode_overrides @recording_mode_overrides end |