Class: Aws::Types::GeoMosaicConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_name"NEAR", ...

Returns the value of attribute algorithm_name.

Returns:

  • ("NEAR", "BILINEAR", "CUBIC", "CUBICSPLINE", "LANCZOS", "AVERAGE", "RMS", "MODE", "MAX", "MIN", "MED", "Q1", "Q3", "SUM")


169
170
171
# File 'sig/types.rbs', line 169

def algorithm_name
  @algorithm_name
end

#target_bands::Array[::String]

Returns the value of attribute target_bands.

Returns:

  • (::Array[::String])


170
171
172
# File 'sig/types.rbs', line 170

def target_bands
  @target_bands
end