Class: Aws::Types::DataCollectionOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_diagnostics_events_enabledBoolean

Returns the value of attribute is_diagnostics_events_enabled.

Returns:

  • (Boolean)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def is_diagnostics_events_enabled
  @is_diagnostics_events_enabled
end

#is_health_monitoring_enabledBoolean

Returns the value of attribute is_health_monitoring_enabled.

Returns:

  • (Boolean)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def is_health_monitoring_enabled
  @is_health_monitoring_enabled
end

#is_incident_logs_enabledBoolean

Returns the value of attribute is_incident_logs_enabled.

Returns:

  • (Boolean)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def is_incident_logs_enabled
  @is_incident_logs_enabled
end