Class: Aws::IoT::Types::DescribeFleetMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeFleetMetricRequest
- Includes:
- Structure
- Defined in:
- 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.
5798 5799 5800 5801 5802 |
# File 'lib/aws-sdk-iot/types.rb', line 5798 class DescribeFleetMetricRequest < Struct.new( :metric_name) SENSITIVE = [] include Aws::Structure end |