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

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

Overview

Describes the location of updated firmware in S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket that contains the updated firmware.

Returns:

  • (String)


13401
13402
13403
13404
13405
13406
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13401

class S3Destination < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The S3 prefix.

Returns:

  • (String)


13401
13402
13403
13404
13405
13406
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13401

class S3Destination < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end