Class: Speedshop::Cloudwatch::Metric
- Inherits:
-
Struct
- Object
- Struct
- Speedshop::Cloudwatch::Metric
- Defined in:
- lib/speedshop/cloudwatch/metrics.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5 def name @name end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5 def source @source end |
#unit ⇒ Object
Returns the value of attribute unit
5 6 7 |
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5 def unit @unit end |