Class: Aws::Types::TextLogSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::TextLogDestination

Returns the value of attribute destination.



3465
3466
3467
# File 'sig/types.rbs', line 3465

def destination
  @destination
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3464
3465
3466
# File 'sig/types.rbs', line 3464

def enabled
  @enabled
end

#selective_logging_enabled ⇒ Boolean

Returns the value of attribute selective_logging_enabled.

Returns:

  • (Boolean)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def selective_logging_enabled
  @selective_logging_enabled
end