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.



2029
2030
2031
2032
2033
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2029

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