Class: Aws::Types::ResamplingConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::ResamplingConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_name ⇒ "NEAR", ...
Returns the value of attribute algorithm_name.
-
#output_resolution ⇒ Types::OutputResolutionResamplingInput
Returns the value of attribute output_resolution.
-
#target_bands ⇒ ::Array[::String]
Returns the value of attribute target_bands.
Instance Attribute Details
#algorithm_name ⇒ "NEAR", ...
Returns the value of attribute algorithm_name.
546 547 548 |
# File 'sig/types.rbs', line 546 def algorithm_name @algorithm_name end |
#output_resolution ⇒ Types::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.
548 549 550 |
# File 'sig/types.rbs', line 548 def target_bands @target_bands end |