UserData

public struct UserData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user data. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

    Declaration

    Swift

    public let data: String?
  • Undocumented

    Declaration

    Swift

    public init(data: String? = nil)