Class: Aws::Types::ResamplingConfigInput

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")


546
547
548
# File 'sig/types.rbs', line 546

def algorithm_name
  @algorithm_name
end

#output_resolutionTypes::OutputResolutionResamplingInput

Returns the value of attribute output_resolution.



547
548
549
# File 'sig/types.rbs', line 547

def output_resolution
  @output_resolution
end

#target_bands::Array[::String]

Returns the value of attribute target_bands.

Returns:

  • (::Array[::String])


548
549
550
# File 'sig/types.rbs', line 548

def target_bands
  @target_bands
end