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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


7178
7179
7180
7181
7182
7183
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7178

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

#metric_nameString

The fleet metric name.

Returns:

  • (String)


7178
7179
7180
7181
7182
7183
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7178

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