Class: Aws::IoT::Types::DeleteFleetMetricRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the fleet metric to delete.

Returns:

  • (Integer)


4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4394

class DeleteFleetMetricRequest < Struct.new(
  :metric_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the fleet metric to delete.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4394

class DeleteFleetMetricRequest < Struct.new(
  :metric_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end