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)


13908
13909
13910
13911
13912
13913
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13908

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

#s3_locationTypes::S3Location

The location of the file in S3.

Returns:



13908
13909
13910
13911
13912
13913
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13908

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