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.



2113
2114
2115
2116
2117
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2113

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