Class: Aws::Types::ConfigureLogsForPlaybackConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ads_interaction_logTypes::AdsInteractionLog

Returns the value of attribute ads_interaction_log.



173
174
175
# File 'sig/types.rbs', line 173

def ads_interaction_log
  @ads_interaction_log
end

#enabled_logging_strategies::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]

Returns the value of attribute enabled_logging_strategies.

Returns:

  • (::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")])


172
173
174
# File 'sig/types.rbs', line 172

def enabled_logging_strategies
  @enabled_logging_strategies
end

#manifest_service_interaction_logTypes::ManifestServiceInteractionLog

Returns the value of attribute manifest_service_interaction_log.



174
175
176
# File 'sig/types.rbs', line 174

def manifest_service_interaction_log
  @manifest_service_interaction_log
end

#percent_enabled::Integer

Returns the value of attribute percent_enabled.

Returns:

  • (::Integer)


170
171
172
# File 'sig/types.rbs', line 170

def percent_enabled
  @percent_enabled
end

#playback_configuration_name::String

Returns the value of attribute playback_configuration_name.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def playback_configuration_name
  @playback_configuration_name
end