Class: Aws::IoT::Types::FileLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::FileLocation
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The location of the OTA update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
The location of the updated firmware in S3.
-
#stream ⇒ Types::Stream
The stream that contains the OTA update.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
The location of the updated firmware in S3.
7779 7780 7781 7782 7783 7784 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7779 class FileLocation < Struct.new( :stream, :s3_location) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Types::Stream
The stream that contains the OTA update.
7779 7780 7781 7782 7783 7784 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7779 class FileLocation < Struct.new( :stream, :s3_location) SENSITIVE = [] include Aws::Structure end |