Class: Aws::PI::Types::ResponseResourceMetric

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

Overview

An object that contains the full name, description, and unit of a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the metric.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1629

class ResponseResourceMetric < Struct.new(
  :metric,
  :description,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#metricString

The full name of the metric.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1629

class ResponseResourceMetric < Struct.new(
  :metric,
  :description,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of the metric.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1629

class ResponseResourceMetric < Struct.new(
  :metric,
  :description,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end