UiTemplateInfo
public struct UiTemplateInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The SHA-256 digest of the contents of the template.
Declaration
Swift
public let contentSha256: String?
-
The URL for the user interface template.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public init(contentSha256: String? = nil, url: String? = nil)