Class: Aws::Types::ConfigureLogsForPlaybackConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureLogsForPlaybackConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ads_interaction_log ⇒ Types::AdsInteractionLog
Returns the value of attribute ads_interaction_log.
-
#enabled_logging_strategies ⇒ ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
Returns the value of attribute enabled_logging_strategies.
-
#manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
Returns the value of attribute manifest_service_interaction_log.
-
#percent_enabled ⇒ ::Integer
Returns the value of attribute percent_enabled.
-
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
Instance Attribute Details
#ads_interaction_log ⇒ Types::AdsInteractionLog
Returns the value of attribute ads_interaction_log.
182 183 184 |
# File 'sig/types.rbs', line 182 def ads_interaction_log @ads_interaction_log end |
#enabled_logging_strategies ⇒ ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
Returns the value of attribute enabled_logging_strategies.
181 182 183 |
# File 'sig/types.rbs', line 181 def enabled_logging_strategies @enabled_logging_strategies end |
#manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
Returns the value of attribute manifest_service_interaction_log.
183 184 185 |
# File 'sig/types.rbs', line 183 def manifest_service_interaction_log @manifest_service_interaction_log end |
#percent_enabled ⇒ ::Integer
Returns the value of attribute percent_enabled.
179 180 181 |
# File 'sig/types.rbs', line 179 def percent_enabled @percent_enabled end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def playback_configuration_name @playback_configuration_name end |