Class: Aws::Types::LoggingOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_debug_options ⇒ ::Array[Types::DetectorDebugOption]

Returns the value of attribute detector_debug_options.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def detector_debug_options
  @detector_debug_options
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


574
575
576
# File 'sig/types.rbs', line 574

def enabled
  @enabled
end

#level ⇒ "ERROR", ...

Returns the value of attribute level.

Returns:

  • ("ERROR", "INFO", "DEBUG")


573
574
575
# File 'sig/types.rbs', line 573

def level
  @level
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def role_arn
  @role_arn
end