Class: Aws::MediaTailor::Types::LogConfigurationForChannel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_typesArray<String>

The log types.

Returns:

  • (Array<String>)


2866
2867
2868
2869
2870
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2866

class LogConfigurationForChannel < Struct.new(
  :log_types)
  SENSITIVE = []
  include Aws::Structure
end