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.
7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-iot/types.rb', line 7283 class FleetMetricNameAndArn < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The fleet metric name.
7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-iot/types.rb', line 7283 class FleetMetricNameAndArn < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |