Class: Aws::IoT::Types::Destination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes the location of the updated firmware.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

Describes the location in S3 of the updated firmware.



6507
6508
6509
6510
6511
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6507

class Destination < Struct.new(
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end