Class: Aws::MediaTailor::Types::LogConfigurationForChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::LogConfigurationForChannel
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
The log configuration for the channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_types ⇒ Array<String>
The log types.
Instance Attribute Details
#log_types ⇒ Array<String>
The log types.
3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3154 class LogConfigurationForChannel < Struct.new( :log_types) SENSITIVE = [] include Aws::Structure end |