Class: Aws::Types::SummaryMetricQuery
- Inherits:
-
Object
- Object
- Aws::Types::SummaryMetricQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ "OneHour", ...
Returns the value of attribute aggregation_period.
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#metric_name ⇒ "DeviceRSSI", ...
Returns the value of attribute metric_name.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#aggregation_period ⇒ "OneHour", ...
Returns the value of attribute aggregation_period.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def aggregation_period @aggregation_period end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def dimensions @dimensions end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def @end_timestamp end |
#metric_name ⇒ "DeviceRSSI", ...
Returns the value of attribute metric_name.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def metric_name @metric_name end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def query_id @query_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def @start_timestamp end |