Class: Aws::IoT::Types::FleetMetricNameAndArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::FleetMetricNameAndArn
- 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
-
#metric_arn ⇒ String
The fleet metric ARN.
-
#metric_name ⇒ String
The fleet metric name.
Instance Attribute Details
#metric_arn ⇒ String
The fleet metric ARN.
7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-iot/types.rb', line 7475 class FleetMetricNameAndArn < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The fleet metric name.
7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-iot/types.rb', line 7475 class FleetMetricNameAndArn < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |