Class: Aws::Types::LogsSummary
- Inherits:
-
Object
- Object
- Aws::Types::LogsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit ⇒ Boolean
Returns the value of attribute audit.
-
#audit_log_group ⇒ ::String
Returns the value of attribute audit_log_group.
-
#general ⇒ Boolean
Returns the value of attribute general.
-
#general_log_group ⇒ ::String
Returns the value of attribute general_log_group.
-
#pending ⇒ Types::PendingLogs
Returns the value of attribute pending.
Instance Attribute Details
#audit ⇒ Boolean
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 |
#general ⇒ Boolean
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 |
#pending ⇒ Types::PendingLogs
Returns the value of attribute pending.
670 671 672 |
# File 'sig/types.rbs', line 670 def pending @pending end |