Class: Aws::Types::CloudWatchMetricsDetail
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchMetricsDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::CloudWatchMetricsDimension]
Returns the value of attribute dimensions.
-
#metric_data_summary ⇒ Types::CloudWatchMetricsDataSummary
Returns the value of attribute metric_data_summary.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#stat ⇒ "Sum", ...
Returns the value of attribute stat.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::CloudWatchMetricsDimension]
Returns the value of attribute dimensions.
114 115 116 |
# File 'sig/types.rbs', line 114 def dimensions @dimensions end |
#metric_data_summary ⇒ Types::CloudWatchMetricsDataSummary
Returns the value of attribute metric_data_summary.
118 119 120 |
# File 'sig/types.rbs', line 118 def metric_data_summary @metric_data_summary end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
113 114 115 |
# File 'sig/types.rbs', line 113 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
117 118 119 |
# File 'sig/types.rbs', line 117 def period @period end |
#stat ⇒ "Sum", ...
Returns the value of attribute stat.
115 116 117 |
# File 'sig/types.rbs', line 115 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
116 117 118 |
# File 'sig/types.rbs', line 116 def unit @unit end |