Class: Aws::Types::ResultByTime
- Inherits:
-
Object
- Object
- Aws::Types::ResultByTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated ⇒ Boolean
Returns the value of attribute estimated.
-
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
-
#total ⇒ ::Hash[::String, Types::MetricValue]
Returns the value of attribute total.
Instance Attribute Details
#estimated ⇒ Boolean
Returns the value of attribute estimated.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def estimated @estimated end |
#groups ⇒ ::Array[Types::Group]
Returns the value of attribute groups.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def groups @groups end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def time_period @time_period end |
#total ⇒ ::Hash[::String, Types::MetricValue]
Returns the value of attribute total.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def total @total end |