Class: Aws::Types::GetLoggingOptionsResponse

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


2414
2415
2416
# File 'sig/types.rbs', line 2414

def log_level
  @log_level
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def role_arn
  @role_arn
end