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.
953 954 955 |
# File 'sig/types.rbs', line 953 def manifest_confirm_condition_notification @manifest_confirm_condition_notification end |
#response_signal_preroll ⇒ ::Integer
Returns the value of attribute response_signal_preroll.
954 955 956 |
# File 'sig/types.rbs', line 954 def response_signal_preroll @response_signal_preroll end |
#signal_processing_notification ⇒ Types::EsamSignalProcessingNotification
Returns the value of attribute signal_processing_notification.
955 956 957 |
# File 'sig/types.rbs', line 955 def signal_processing_notification @signal_processing_notification end |