Class: Aws::Types::WindowsAuditLogConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_log_destination::String

Returns the value of attribute audit_log_destination.

Returns:

  • (::String)


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.

Returns:

  • ("DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE")


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.

Returns:

  • ("DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE")


1943
1944
1945
# File 'sig/types.rbs', line 1943

def file_share_access_audit_log_level
  @file_share_access_audit_log_level
end