Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#percent_enabled ⇒ Integer
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
-
#playback_configuration_name ⇒ String
The name of the playback configuration.
Instance Attribute Details
#percent_enabled ⇒ Integer
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 648 class ConfigureLogsForPlaybackConfigurationResponse < Struct.new( :percent_enabled, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name of the playback configuration.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 648 class ConfigureLogsForPlaybackConfigurationResponse < Struct.new( :percent_enabled, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |