Class: Aws::Types::AudioLogSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::AudioLogDestination

Returns the value of attribute destination.



294
295
296
# File 'sig/types.rbs', line 294

def destination
  @destination
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


293
294
295
# File 'sig/types.rbs', line 293

def enabled
  @enabled
end

#selective_logging_enabled ⇒ Boolean

Returns the value of attribute selective_logging_enabled.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def selective_logging_enabled
  @selective_logging_enabled
end