Class: Aws::Types::WindowsAuditLogCreateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WindowsAuditLogCreateConfiguration
- 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.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def audit_log_destination @audit_log_destination end |
#file_access_audit_log_level ⇒ "DISABLED", ...
Returns the value of attribute file_access_audit_log_level.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 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.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def file_share_access_audit_log_level @file_share_access_audit_log_level end |