DescribeThemeAliasRequest

public struct DescribeThemeAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the theme alias that you want to describe.

    Declaration

    Swift

    public let aliasName: String
  • The ID of the AWS account that contains the theme alias that you’re describing.

    Declaration

    Swift

    public let awsAccountId: String
  • The ID for the theme.

    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