Class: Aws::IoT::Types::FleetMetricNameAndArn

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

Overview

The name and ARN of a fleet metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_arnString

The fleet metric ARN.

Returns:

  • (String)


7837
7838
7839
7840
7841
7842
# File 'lib/aws-sdk-iot/types.rb', line 7837

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

#metric_nameString

The fleet metric name.

Returns:

  • (String)


7837
7838
7839
7840
7841
7842
# File 'lib/aws-sdk-iot/types.rb', line 7837

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