Class: Aws::Types::TemporalStatisticsConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_by"ALL", "YEARLY"

Returns the value of attribute group_by.

Returns:

  • ("ALL", "YEARLY")


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.

Returns:

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


668
669
670
# File 'sig/types.rbs', line 668

def statistics
  @statistics
end

#target_bands::Array[::String]

Returns the value of attribute target_bands.

Returns:

  • (::Array[::String])


669
670
671
# File 'sig/types.rbs', line 669

def target_bands
  @target_bands
end