You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FileLocation as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream: {
    stream_id: "StreamId",
    file_id: 1,
  },
  s3_location: {
    bucket: "S3Bucket",
    key: "S3Key",
    version: "S3Version",
  },
}

The location of the OTA update.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The location of the updated firmware in S3.

Returns:

#streamTypes::Stream

The stream that contains the OTA update.

Returns: