Class: Aws::IoT::Types::FileLocation

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

Overview

The location of the OTA update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The location of the updated firmware in S3.

Returns:



7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7120

class FileLocation < Struct.new(
  :stream,
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end

#streamTypes::Stream

The stream that contains the OTA update.

Returns:



7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7120

class FileLocation < Struct.new(
  :stream,
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end