Module: Aws::MediaTailor::Client::_ConfigureLogsForPlaybackConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ConfigureLogsForPlaybackConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ads_interaction_log ⇒ Types::AdsInteractionLog
- #enabled_logging_strategies ⇒ ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
- #manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
- #percent_enabled ⇒ ::Integer
- #playback_configuration_name ⇒ ::String
Instance Method Details
#ads_interaction_log ⇒ Types::AdsInteractionLog
98 |
# File 'sig/client.rbs', line 98
def ads_interaction_log: () -> Types::AdsInteractionLog
|
#enabled_logging_strategies ⇒ ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
97 |
# File 'sig/client.rbs', line 97
def enabled_logging_strategies: () -> ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
#manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
99 |
# File 'sig/client.rbs', line 99
def manifest_service_interaction_log: () -> Types::ManifestServiceInteractionLog
|
#percent_enabled ⇒ ::Integer
95 |
# File 'sig/client.rbs', line 95
def percent_enabled: () -> ::Integer
|
#playback_configuration_name ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def playback_configuration_name: () -> ::String
|