Class: Aws::Types::LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogConfiguration
- 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.
Instance Attribute Details
#ads_interaction_log ⇒ Types::AdsInteractionLog
Returns the value of attribute ads_interaction_log.
838 839 840 |
# File 'sig/types.rbs', line 838 def ads_interaction_log @ads_interaction_log end |
#enabled_logging_strategies ⇒ ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
Returns the value of attribute enabled_logging_strategies.
837 838 839 |
# File 'sig/types.rbs', line 837 def enabled_logging_strategies @enabled_logging_strategies end |
#manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
Returns the value of attribute manifest_service_interaction_log.
839 840 841 |
# File 'sig/types.rbs', line 839 def manifest_service_interaction_log @manifest_service_interaction_log end |
#percent_enabled ⇒ ::Integer
Returns the value of attribute percent_enabled.
836 837 838 |
# File 'sig/types.rbs', line 836 def percent_enabled @percent_enabled end |