Class: Aws::IoT::Types::DescribeFleetMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeFleetMetricRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the fleet metric to describe.
Instance Attribute Details
#metric_name ⇒ String
The name of the fleet metric to describe.
6160 6161 6162 6163 6164 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6160 class DescribeFleetMetricRequest < Struct.new( :metric_name) SENSITIVE = [] include Aws::Structure end |