Class: Aws::Odb::Types::DataCollectionOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Information about the data collection options enabled for a VM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_diagnostics_events_enabledBoolean

Indicates whether diagnostic collection is enabled for the VM cluster.

Returns:

  • (Boolean)


2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410

class DataCollectionOptions < Struct.new(
  :is_diagnostics_events_enabled,
  :is_health_monitoring_enabled,
  :is_incident_logs_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#is_health_monitoring_enabledBoolean

Indicates whether health monitoring is enabled for the VM cluster.

Returns:

  • (Boolean)


2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410

class DataCollectionOptions < Struct.new(
  :is_diagnostics_events_enabled,
  :is_health_monitoring_enabled,
  :is_incident_logs_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#is_incident_logs_enabledBoolean

Indicates whether incident logs are enabled for the cloud VM cluster.

Returns:

  • (Boolean)


2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2410

class DataCollectionOptions < Struct.new(
  :is_diagnostics_events_enabled,
  :is_health_monitoring_enabled,
  :is_incident_logs_enabled)
  SENSITIVE = []
  include Aws::Structure
end