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