Class: Aws::Types::RecorderConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecorderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_source_config ⇒ Types::MediaSourceConfig
Returns the value of attribute media_source_config.
-
#schedule_config ⇒ Types::ScheduleConfig
Returns the value of attribute schedule_config.
Instance Attribute Details
#media_source_config ⇒ Types::MediaSourceConfig
Returns the value of attribute media_source_config.
423 424 425 |
# File 'sig/types.rbs', line 423 def media_source_config @media_source_config end |
#schedule_config ⇒ Types::ScheduleConfig
Returns the value of attribute schedule_config.
424 425 426 |
# File 'sig/types.rbs', line 424 def schedule_config @schedule_config end |