Class: Aws::IoT::Types::CreateFleetMetricResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateFleetMetricResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_arn ⇒ String
The Amazon Resource Name (ARN) of the new fleet metric.
-
#metric_name ⇒ String
The name of the fleet metric to create.
Instance Attribute Details
#metric_arn ⇒ String
The Amazon Resource Name (ARN) of the new fleet metric.
3274 3275 3276 3277 3278 3279 |
# File 'lib/aws-sdk-iot/types.rb', line 3274 class CreateFleetMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the fleet metric to create.
3274 3275 3276 3277 3278 3279 |
# File 'lib/aws-sdk-iot/types.rb', line 3274 class CreateFleetMetricResponse < Struct.new( :metric_name, :metric_arn) SENSITIVE = [] include Aws::Structure end |