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

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

Overview

Represents a file to stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_idInteger

The file ID.

Returns:

  • (Integer)


14276
14277
14278
14279
14280
14281
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14276

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

#s3_locationTypes::S3Location

The location of the file in S3.

Returns:



14276
14277
14278
14279
14280
14281
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14276

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