Class: Aws::Types::WindowsAuditLogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WindowsAuditLogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_log_destination ⇒ ::String
Returns the value of attribute audit_log_destination.
-
#file_access_audit_log_level ⇒ "DISABLED", ...
Returns the value of attribute file_access_audit_log_level.
-
#file_share_access_audit_log_level ⇒ "DISABLED", ...
Returns the value of attribute file_share_access_audit_log_level.
Instance Attribute Details
#audit_log_destination ⇒ ::String
Returns the value of attribute audit_log_destination.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def audit_log_destination @audit_log_destination end |
#file_access_audit_log_level ⇒ "DISABLED", ...
Returns the value of attribute file_access_audit_log_level.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def file_access_audit_log_level @file_access_audit_log_level end |
#file_share_access_audit_log_level ⇒ "DISABLED", ...
Returns the value of attribute file_share_access_audit_log_level.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def file_share_access_audit_log_level @file_share_access_audit_log_level end |