Class: Speedshop::Cloudwatch::Metric

Inherits:
Struct
  • Object
show all
Defined in:
lib/speedshop/cloudwatch/metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5

def source
  @source
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



5
6
7
# File 'lib/speedshop/cloudwatch/metrics.rb', line 5

def unit
  @unit
end