Class: Aws::IoTThingsGraph::Types::MetricsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::MetricsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Overview
An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_metric_enabled ⇒ Boolean
A Boolean that specifies whether cloud metrics are collected.
-
#metric_rule_role_arn ⇒ String
The ARN of the role that is used to collect cloud metrics.
Instance Attribute Details
#cloud_metric_enabled ⇒ Boolean
A Boolean that specifies whether cloud metrics are collected.
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 |
#metric_rule_role_arn ⇒ String
The ARN of the role that is used to collect cloud metrics.
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 |