Class: Aws::IoT::Types::StreamFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StreamFile
- 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
-
#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.
14687 14688 14689 14690 14691 14692 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14687 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ Types::S3Location
The location of the file in S3.
14687 14688 14689 14690 14691 14692 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14687 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |