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