Class: Aws::Types::MetricDataQuery
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#metric_stat ⇒ Types::MetricStat
Returns the value of attribute metric_stat.
-
#return_data ⇒ Boolean
Returns the value of attribute return_data.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def label @label end |
#metric_stat ⇒ Types::MetricStat
Returns the value of attribute metric_stat.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def metric_stat @metric_stat end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def return_data @return_data end |