Class: Aws::Types::CloudRemovalConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CloudRemovalConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_name ⇒ "INTERPOLATION"
Returns the value of attribute algorithm_name.
-
#interpolation_value ⇒ ::String
Returns the value of attribute interpolation_value.
-
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
Instance Attribute Details
#algorithm_name ⇒ "INTERPOLATION"
Returns the value of attribute algorithm_name.
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.
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.
58 59 60 |
# File 'sig/types.rbs', line 58 def target_bands @target_bands end |