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

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

Overview

Note:

When making an API call, you may pass DeleteFleetMetricRequest data as a hash:

{
  metric_name: "FleetMetricName", # required
  expected_version: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the fleet metric to delete.

Returns:

  • (Integer)


5995
5996
5997
5998
5999
6000
# File 'lib/aws-sdk-iot/types.rb', line 5995

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)


5995
5996
5997
5998
5999
6000
# File 'lib/aws-sdk-iot/types.rb', line 5995

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