Class: Aws::IoT::Types::StreamFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StreamFile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Represents a file to stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_id ⇒ Integer
The file ID.
-
#s3_location ⇒ Types::S3Location
The location of the file in S3.
Instance Attribute Details
#file_id ⇒ Integer
The file ID.
15682 15683 15684 15685 15686 15687 |
# File 'lib/aws-sdk-iot/types.rb', line 15682 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::S3Location
The location of the file in S3.
15682 15683 15684 15685 15686 15687 |
# File 'lib/aws-sdk-iot/types.rb', line 15682 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |