ThemeAlias
public struct ThemeAlias : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The display name of the theme alias.
Declaration
Swift
public let aliasName: String?
-
The Amazon Resource Name (ARN) of the theme alias.
Declaration
Swift
public let arn: String?
-
The version number of the theme alias.
Declaration
Swift
public let themeVersionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(aliasName: String? = nil, arn: String? = nil, themeVersionNumber: Int64? = nil)