Class: Aws::Types::CloudRemovalConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_name"INTERPOLATION"

Returns the value of attribute algorithm_name.

Returns:

  • ("INTERPOLATION")


56
57
58
# File 'sig/types.rbs', line 56

def algorithm_name
  @algorithm_name
end

#interpolation_value::String

Returns the value of attribute interpolation_value.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def interpolation_value
  @interpolation_value
end

#target_bands::Array[::String]

Returns the value of attribute target_bands.

Returns:

  • (::Array[::String])


58
59
60
# File 'sig/types.rbs', line 58

def target_bands
  @target_bands
end