Method: Aws::IoT::Types::OTAUpdateFile#attributes
- Defined in:
- lib/aws-sdk-iot/types.rb
#attributes ⇒ Hash<String,String>
A list of name/attribute pairs.
11394 11395 11396 11397 11398 11399 11400 11401 11402 11403 |
# File 'lib/aws-sdk-iot/types.rb', line 11394 class OTAUpdateFile < Struct.new( :file_name, :file_type, :file_version, :file_location, :code_signing, :attributes) SENSITIVE = [] include Aws::Structure end |