Class: Aws::Types::GetLoggingOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLoggingOptionsResponse
- 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 ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
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.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def role_arn @role_arn end |