Class: Aws::Types::LogSetup
- Inherits:
-
Object
- Object
- Aws::Types::LogSetup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#types ⇒ ::Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]
Returns the value of attribute types.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def enabled @enabled end |
#types ⇒ ::Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]
Returns the value of attribute types.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def types @types end |