Class: Aws::IoTWireless::Types::UpdateMetricConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateMetricConfigurationRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary_metric ⇒ Types::SummaryMetricConfiguration
The value to be used to set summary metric configuration.
Instance Attribute Details
#summary_metric ⇒ Types::SummaryMetricConfiguration
The value to be used to set summary metric configuration.
6431 6432 6433 6434 6435 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6431 class UpdateMetricConfigurationRequest < Struct.new( :summary_metric) SENSITIVE = [] include Aws::Structure end |