Class: Aws::IoTWireless::Types::GetMetricConfigurationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summary_metricTypes::SummaryMetricConfiguration

The configuration status of the AWS account for summary metric aggregation.



2145
2146
2147
2148
2149
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2145

class GetMetricConfigurationResponse < Struct.new(
  :summary_metric)
  SENSITIVE = []
  include Aws::Structure
end