DeleteThemeAliasRequest
public struct DeleteThemeAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique name for the theme alias to delete.
Declaration
Swift
public let aliasName: String
-
The ID of the AWS account that contains the theme alias to delete.
Declaration
Swift
public let awsAccountId: String
-
The ID for the theme that the specified alias is for.
Declaration
Swift
public let themeId: String
-
Undocumented
Declaration
Swift
public init(aliasName: String, awsAccountId: String, themeId: String)
-
Declaration
Swift
public func validate(name: String) throws