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

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

Overview

Note:

When making an API call, you may pass Destination data as a hash:

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

Describes the location of the updated firmware.

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

Describes the location in S3 of the updated firmware.



4513
4514
4515
4516
# File 'lib/aws-sdk-iot/types.rb', line 4513

class Destination < Struct.new(
  :s3_destination)
  include Aws::Structure
end