Class: Aws::Types::EnableIoTLoggingParams

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")


2230
2231
2232
# File 'sig/types.rbs', line 2230

def log_level
  @log_level
end

#role_arn_for_logging::String

Returns the value of attribute role_arn_for_logging.

Returns:

  • (::String)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def role_arn_for_logging
  @role_arn_for_logging
end