Class: Aws::IoT::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Destination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes the location of the updated firmware.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destination ⇒ Types::S3Destination
Describes the location in S3 of the updated firmware.
Instance Attribute Details
#s3_destination ⇒ Types::S3Destination
Describes the location in S3 of the updated firmware.
7139 7140 7141 7142 7143 |
# File 'lib/aws-sdk-iot/types.rb', line 7139 class Destination < Struct.new( :s3_destination) SENSITIVE = [] include Aws::Structure end |