Class: Aws::Types::TemporalStatisticsConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::TemporalStatisticsConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_by ⇒ "ALL", "YEARLY"
Returns the value of attribute group_by.
-
#statistics ⇒ ::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION")]
Returns the value of attribute statistics.
-
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
Instance Attribute Details
#group_by ⇒ "ALL", "YEARLY"
Returns the value of attribute group_by.
667 668 669 |
# File 'sig/types.rbs', line 667 def group_by @group_by end |
#statistics ⇒ ::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION")]
Returns the value of attribute statistics.
668 669 670 |
# File 'sig/types.rbs', line 668 def statistics @statistics end |
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
669 670 671 |
# File 'sig/types.rbs', line 669 def target_bands @target_bands end |