Class: Aws::MediaTailor::Types::ConfigureLogsForChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel.

Returns:

  • (String)


672
673
674
675
676
677
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 672

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

#log_typesArray<String>

The types of logs collected.

Returns:

  • (Array<String>)


672
673
674
675
676
677
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 672

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