Class: Aws::IoT::Types::OTAUpdateFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::OTAUpdateFile
- Defined in:
- gems/aws-sdk-iot/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
-
#attributes ⇒ Hash<String,String>
A list of name-attribute pairs.
-
#code_signing ⇒ Types::CodeSigning
The code signing method of the file.
-
#file_location ⇒ Types::FileLocation
The location of the updated firmware.
-
#file_name ⇒ String
The name of the file.
-
#file_type ⇒ Integer
An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.
-
#file_version ⇒ String
The file version.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A list of name-attribute pairs. They won't be sent to devices as a part of the Job document.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |
#code_signing ⇒ Types::CodeSigning
The code signing method of the file.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |
#file_location ⇒ Types::FileLocation
The location of the updated firmware.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The name of the file.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |
#file_type ⇒ Integer
An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |
#file_version ⇒ String
The file version.
13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |