Class: Aws::Types::EnableIoTLoggingParams
- Inherits:
-
Object
- Object
- Aws::Types::EnableIoTLoggingParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
-
#role_arn_for_logging ⇒ ::String
Returns the value of attribute role_arn_for_logging.
Instance Attribute Details
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
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.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def role_arn_for_logging @role_arn_for_logging end |