Class: Aws::Types::WindowsAuditLogCreateConfiguration

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)


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.

Returns:

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


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.

Returns:

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


1950
1951
1952
# File 'sig/types.rbs', line 1950

def file_share_access_audit_log_level
  @file_share_access_audit_log_level
end