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

Class: Aws::IoT::Types::S3Destination

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

Overview

Note:

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

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

Describes the location of updated firmware in S3.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket that contains the updated firmware.

Returns:

  • (String)

    The S3 bucket that contains the updated firmware.

#prefixString

The S3 prefix.

Returns:

  • (String)

    The S3 prefix.