Class: Aws::Types::MetricDataQuery
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#return_data ⇒ Boolean
Returns the value of attribute return_data.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def account_id @account_id end |
#expression ⇒ ::String
Returns the value of attribute expression.
791 792 793 |
# File 'sig/types.rbs', line 791 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
789 790 791 |
# File 'sig/types.rbs', line 789 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
792 793 794 |
# File 'sig/types.rbs', line 792 def label @label end |
#metric_stat ⇒ Types::MetricStat
Returns the value of attribute metric_stat.
790 791 792 |
# File 'sig/types.rbs', line 790 def metric_stat @metric_stat end |
#period ⇒ ::Integer
Returns the value of attribute period.
794 795 796 |
# File 'sig/types.rbs', line 794 def period @period end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
793 794 795 |
# File 'sig/types.rbs', line 793 def return_data @return_data end |