Class: Aws::MediaTailor::Types::ConfigureLogsForChannelRequest

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)


655
656
657
658
659
660
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 655

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

#log_typesArray<String>

The types of logs to collect.

Returns:

  • (Array<String>)


655
656
657
658
659
660
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 655

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