You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Destination as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_destination: {
    bucket: "S3Bucket",
    prefix: "Prefix",
  },
}

Describes the location of the updated firmware.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

Describes the location in S3 of the updated firmware.

Returns: