Class: Aws::Types::JobConfigInput

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

Defined Under Namespace

Classes: BandMathConfig, CloudMaskingConfig, CloudRemovalConfig, GeoMosaicConfig, LandCoverSegmentationConfig, ResamplingConfig, StackConfig, TemporalStatisticsConfig, Unknown, ZonalStatisticsConfig

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#band_math_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::ResamplingConfigInput

Returns the value of attribute resampling_config.



297
298
299
# File 'sig/types.rbs', line 297

def resampling_config
  @resampling_config
end

#stack_configTypes::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_configTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


301
302
303
# File 'sig/types.rbs', line 301

def unknown
  @unknown
end

#zonal_statistics_configTypes::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