Class: Aws::Types::DataCollectionOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataCollectionOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_diagnostics_events_enabled ⇒ Boolean
Returns the value of attribute is_diagnostics_events_enabled.
-
#is_health_monitoring_enabled ⇒ Boolean
Returns the value of attribute is_health_monitoring_enabled.
-
#is_incident_logs_enabled ⇒ Boolean
Returns the value of attribute is_incident_logs_enabled.
Instance Attribute Details
#is_diagnostics_events_enabled ⇒ Boolean
Returns the value of attribute is_diagnostics_events_enabled.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def is_diagnostics_events_enabled @is_diagnostics_events_enabled end |
#is_health_monitoring_enabled ⇒ Boolean
Returns the value of attribute is_health_monitoring_enabled.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def is_health_monitoring_enabled @is_health_monitoring_enabled end |
#is_incident_logs_enabled ⇒ Boolean
Returns the value of attribute is_incident_logs_enabled.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def is_incident_logs_enabled @is_incident_logs_enabled end |