DeleteThemeAliasResponse

public struct DeleteThemeAliasResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name for the theme alias.

    Declaration

    Swift

    public let aliasName: String?
  • arn

    The Amazon Resource Name (ARN) of the theme resource using the deleted alias.

    Declaration

    Swift

    public let arn: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • An ID for the theme associated with the deletion.

    Declaration

    Swift

    public let themeId: String?
  • Undocumented

    Declaration

    Swift

    public init(aliasName: String? = nil, arn: String? = nil, requestId: String? = nil, status: Int? = nil, themeId: String? = nil)