Class: Aws::IoTWireless::Types::GetMetricConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetMetricConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary_metric ⇒ Types::SummaryMetricConfiguration
The configuration status of the AWS account for summary metric aggregation.
Instance Attribute Details
#summary_metric ⇒ Types::SummaryMetricConfiguration
The configuration status of the AWS account for summary metric aggregation.
2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2097 class GetMetricConfigurationResponse < Struct.new( :summary_metric) SENSITIVE = [] include Aws::Structure end |