Class: Aws::Types::ZonalStatisticsConfigInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#statistics::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION" | "MAX" | "MIN" | "SUM")]

Returns the value of attribute statistics.

Returns:

  • (::Array[("MEAN" | "MEDIAN" | "STANDARD_DEVIATION" | "MAX" | "MIN" | "SUM")])


780
781
782
# File 'sig/types.rbs', line 780

def statistics
  @statistics
end

#target_bands::Array[::String]

Returns the value of attribute target_bands.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def zone_s3_path_kms_key_id
  @zone_s3_path_kms_key_id
end