CreateThemeAliasRequest

public struct CreateThemeAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name that you want to give to the theme alias that you are creating. The alias name can’t begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.

    Declaration

    Swift

    public let aliasName: String
  • The ID of the AWS account that contains the theme for the new theme alias.

    Declaration

    Swift

    public let awsAccountId: String
  • An ID for the theme alias.

    Declaration

    Swift

    public let themeId: String
  • The version number of the theme.

    Declaration

    Swift

    public let themeVersionNumber: Int64
  • Undocumented

    Declaration

    Swift

    public init(aliasName: String, awsAccountId: String, themeId: String, themeVersionNumber: Int64)
  • Declaration

    Swift

    public func validate(name: String) throws