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

Class: Aws::IoT::Types::StreamFile

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

Overview

Note:

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

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

Represents a file to stream.

Instance Attribute Summary collapse

Instance Attribute Details

#file_idInteger

The file ID.

Returns:

  • (Integer)

    The file ID.

#s3_locationTypes::S3Location

The location of the file in S3.

Returns: