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.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def enabled @enabled end |
#types ⇒ ::Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]
Returns the value of attribute types.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def types @types end |