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.
14919 14920 14921 14922 14923 14924 |
# File 'lib/aws-sdk-iot/types.rb', line 14919 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::S3Location
The location of the file in S3.
14919 14920 14921 14922 14923 14924 |
# File 'lib/aws-sdk-iot/types.rb', line 14919 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |