S3Destination

public struct S3Destination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The S3 bucket that contains the updated firmware.

    Declaration

    Swift

    public let bucket: String?
  • The S3 prefix.

    Declaration

    Swift

    public let prefix: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String? = nil, prefix: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws