Method: Aws::IoT::Types::CreateJobRequest#presigned_url_config
- Defined in:
- lib/aws-sdk-iot/types.rb
#presigned_url_config ⇒ Types::PresignedUrlConfig
Configuration information for pre-signed S3 URLs.
3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 |
# File 'lib/aws-sdk-iot/types.rb', line 3454 class CreateJobRequest < Struct.new( :job_id, :targets, :document_source, :document, :description, :presigned_url_config, :target_selection, :job_executions_rollout_config, :abort_config, :timeout_config, :tags, :namespace_id, :job_template_arn, :job_executions_retry_config, :document_parameters, :scheduling_config, :destination_package_versions) SENSITIVE = [] include Aws::Structure end |