Class: Aws::IoT::Types::OTAUpdateFile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Describes a file to be associated with an OTA update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A list of name-attribute pairs. They won’t be sent to devices as a part of the Job document.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#code_signingTypes::CodeSigning

The code signing method of the file.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#file_locationTypes::FileLocation

The location of the updated firmware.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The name of the file.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#file_typeInteger

An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#file_versionString

The file version.



13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
# File 'lib/aws-sdk-iot/types.rb', line 13758

class OTAUpdateFile < Struct.new(
  :file_name,
  :file_type,
  :file_version,
  :file_location,
  :code_signing,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end