Class: Aws::Types::EsamSettings
- Inherits:
-
Object
- Object
- Aws::Types::EsamSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_confirm_condition_notification ⇒ Types::EsamManifestConfirmConditionNotification
Returns the value of attribute manifest_confirm_condition_notification.
-
#response_signal_preroll ⇒ ::Integer
Returns the value of attribute response_signal_preroll.
-
#signal_processing_notification ⇒ Types::EsamSignalProcessingNotification
Returns the value of attribute signal_processing_notification.
Instance Attribute Details
#manifest_confirm_condition_notification ⇒ Types::EsamManifestConfirmConditionNotification
Returns the value of attribute manifest_confirm_condition_notification.
932 933 934 |
# File 'sig/types.rbs', line 932 def manifest_confirm_condition_notification @manifest_confirm_condition_notification end |
#response_signal_preroll ⇒ ::Integer
Returns the value of attribute response_signal_preroll.
933 934 935 |
# File 'sig/types.rbs', line 933 def response_signal_preroll @response_signal_preroll end |
#signal_processing_notification ⇒ Types::EsamSignalProcessingNotification
Returns the value of attribute signal_processing_notification.
934 935 936 |
# File 'sig/types.rbs', line 934 def signal_processing_notification @signal_processing_notification end |