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)


648
649
650
651
652
653
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 648

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)


648
649
650
651
652
653
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 648

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