Class: Aws::Types::EventLogConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#log_level"NONE", ...

Returns the value of attribute log_level.

Returns:

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


659
660
661
# File 'sig/types.rbs', line 659

def log_level
  @log_level
end