Method: Aws::IoTThingsGraph::Types::MetricsConfiguration#cloud_metric_enabled

Defined in:
lib/aws-sdk-iotthingsgraph/types.rb

#cloud_metric_enabledBoolean

A Boolean that specifies whether cloud metrics are collected.

Returns:

  • (Boolean)


965
966
967
968
969
970
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 965

class MetricsConfiguration < Struct.new(
  :cloud_metric_enabled,
  :metric_rule_role_arn)
  SENSITIVE = []
  include Aws::Structure
end