Class: Aws::Types::ZonalStatisticsConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::ZonalStatisticsConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#statistics ⇒ ::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION" | "MAX" | "MIN" | "SUM")]
Returns the value of attribute statistics.
-
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
-
#zone_s3_path ⇒ ::String
Returns the value of attribute zone_s3_path.
-
#zone_s3_path_kms_key_id ⇒ ::String
Returns the value of attribute zone_s3_path_kms_key_id.
Instance Attribute Details
#statistics ⇒ ::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION" | "MAX" | "MIN" | "SUM")]
Returns the value of attribute statistics.
780 781 782 |
# File 'sig/types.rbs', line 780 def statistics @statistics end |
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
781 782 783 |
# File 'sig/types.rbs', line 781 def target_bands @target_bands end |
#zone_s3_path ⇒ ::String
Returns the value of attribute zone_s3_path.
782 783 784 |
# File 'sig/types.rbs', line 782 def zone_s3_path @zone_s3_path end |
#zone_s3_path_kms_key_id ⇒ ::String
Returns the value of attribute zone_s3_path_kms_key_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def zone_s3_path_kms_key_id @zone_s3_path_kms_key_id end |