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)


9104
9105
9106
9107
9108
9109
# File 'lib/aws-sdk-iot/types.rb', line 9104

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

#metric_nameString

The fleet metric name.

Returns:

  • (String)


9104
9105
9106
9107
9108
9109
# File 'lib/aws-sdk-iot/types.rb', line 9104

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