Class: Aws::Types::JobConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::JobConfigInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BandMathConfig, CloudMaskingConfig, CloudRemovalConfig, GeoMosaicConfig, LandCoverSegmentationConfig, ResamplingConfig, StackConfig, TemporalStatisticsConfig, Unknown, ZonalStatisticsConfig
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#band_math_config ⇒ Types::BandMathConfigInput
Returns the value of attribute band_math_config.
-
#cloud_masking_config ⇒ Types::CloudMaskingConfigInput
Returns the value of attribute cloud_masking_config.
-
#cloud_removal_config ⇒ Types::CloudRemovalConfigInput
Returns the value of attribute cloud_removal_config.
-
#geo_mosaic_config ⇒ Types::GeoMosaicConfigInput
Returns the value of attribute geo_mosaic_config.
-
#land_cover_segmentation_config ⇒ Types::LandCoverSegmentationConfigInput
Returns the value of attribute land_cover_segmentation_config.
-
#resampling_config ⇒ Types::ResamplingConfigInput
Returns the value of attribute resampling_config.
-
#stack_config ⇒ Types::StackConfigInput
Returns the value of attribute stack_config.
-
#temporal_statistics_config ⇒ Types::TemporalStatisticsConfigInput
Returns the value of attribute temporal_statistics_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#zonal_statistics_config ⇒ Types::ZonalStatisticsConfigInput
Returns the value of attribute zonal_statistics_config.
Instance Attribute Details
#band_math_config ⇒ Types::BandMathConfigInput
Returns the value of attribute band_math_config.
292 293 294 |
# File 'sig/types.rbs', line 292 def band_math_config @band_math_config end |
#cloud_masking_config ⇒ Types::CloudMaskingConfigInput
Returns the value of attribute cloud_masking_config.
293 294 295 |
# File 'sig/types.rbs', line 293 def cloud_masking_config @cloud_masking_config end |
#cloud_removal_config ⇒ Types::CloudRemovalConfigInput
Returns the value of attribute cloud_removal_config.
294 295 296 |
# File 'sig/types.rbs', line 294 def cloud_removal_config @cloud_removal_config end |
#geo_mosaic_config ⇒ Types::GeoMosaicConfigInput
Returns the value of attribute geo_mosaic_config.
295 296 297 |
# File 'sig/types.rbs', line 295 def geo_mosaic_config @geo_mosaic_config end |
#land_cover_segmentation_config ⇒ Types::LandCoverSegmentationConfigInput
Returns the value of attribute land_cover_segmentation_config.
296 297 298 |
# File 'sig/types.rbs', line 296 def land_cover_segmentation_config @land_cover_segmentation_config end |
#resampling_config ⇒ Types::ResamplingConfigInput
Returns the value of attribute resampling_config.
297 298 299 |
# File 'sig/types.rbs', line 297 def resampling_config @resampling_config end |
#stack_config ⇒ Types::StackConfigInput
Returns the value of attribute stack_config.
298 299 300 |
# File 'sig/types.rbs', line 298 def stack_config @stack_config end |
#temporal_statistics_config ⇒ Types::TemporalStatisticsConfigInput
Returns the value of attribute temporal_statistics_config.
299 300 301 |
# File 'sig/types.rbs', line 299 def temporal_statistics_config @temporal_statistics_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
301 302 303 |
# File 'sig/types.rbs', line 301 def unknown @unknown end |
#zonal_statistics_config ⇒ Types::ZonalStatisticsConfigInput
Returns the value of attribute zonal_statistics_config.
300 301 302 |
# File 'sig/types.rbs', line 300 def zonal_statistics_config @zonal_statistics_config end |