Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse

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

#percent_enabledInteger

The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.

Returns:

  • (Integer)


502
503
504
505
506
507
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 502

class ConfigureLogsForPlaybackConfigurationResponse < Struct.new(
  :percent_enabled,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end

#playback_configuration_nameString

The name of the playback configuration.

Returns:

  • (String)


502
503
504
505
506
507
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 502

class ConfigureLogsForPlaybackConfigurationResponse < Struct.new(
  :percent_enabled,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end