Class: Aws::IoT::Types::DeleteFleetMetricRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteFleetMetricRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_version ⇒ Integer
The expected version of the fleet metric to delete.
-
#metric_name ⇒ String
The name of the fleet metric to delete.
Instance Attribute Details
#expected_version ⇒ Integer
The expected version of the fleet metric to delete.
4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4940 class DeleteFleetMetricRequest < Struct.new( :metric_name, :expected_version) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the fleet metric to delete.
4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4940 class DeleteFleetMetricRequest < Struct.new( :metric_name, :expected_version) SENSITIVE = [] include Aws::Structure end |