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)


598
599
600
601
602
603
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 598

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

#log_typesArray<String>

The types of logs collected.

Returns:

  • (Array<String>)


598
599
600
601
602
603
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 598

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