Class: Aws::Types::LoggingOptionsPayload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_level"DEBUG", ...

Returns the value of attribute log_level.

Returns:

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


3878
3879
3880
# File 'sig/types.rbs', line 3878

def log_level
  @log_level
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3877
3878
3879
# File 'sig/types.rbs', line 3877

def role_arn
  @role_arn
end