Class: Aws::Types::LogsSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auditBoolean

Returns the value of attribute audit.



666
667
668
# File 'sig/types.rbs', line 666

def audit
  @audit
end

#audit_log_group::String

Returns the value of attribute audit_log_group.



667
668
669
# File 'sig/types.rbs', line 667

def audit_log_group
  @audit_log_group
end

#generalBoolean

Returns the value of attribute general.



668
669
670
# File 'sig/types.rbs', line 668

def general
  @general
end

#general_log_group::String

Returns the value of attribute general_log_group.



669
670
671
# File 'sig/types.rbs', line 669

def general_log_group
  @general_log_group
end

#pendingTypes::PendingLogs

Returns the value of attribute pending.



670
671
672
# File 'sig/types.rbs', line 670

def pending
  @pending
end