Method: Aws::IoT::Types::CreateOTAUpdateRequest#targets

Defined in:
lib/aws-sdk-iot/types.rb

#targetsArray<String>

The devices targeted to receive OTA updates.

Returns:

  • (Array<String>)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
# File 'lib/aws-sdk-iot/types.rb', line 3922

class CreateOTAUpdateRequest < Struct.new(
  :ota_update_id,
  :description,
  :targets,
  :protocols,
  :target_selection,
  :aws_job_executions_rollout_config,
  :aws_job_presigned_url_config,
  :aws_job_abort_config,
  :aws_job_timeout_config,
  :files,
  :role_arn,
  :additional_parameters,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end