Class: Aws::IoT::Types::CreateFleetMetricResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_arnString

The Amazon Resource Name (ARN) of the new fleet metric.

Returns:

  • (String)


2947
2948
2949
2950
2951
2952
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2947

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

#metric_nameString

The name of the fleet metric to create.

Returns:

  • (String)


2947
2948
2949
2950
2951
2952
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2947

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